This commit is contained in:
熊成强 2020-11-13 18:21:47 +08:00
parent 363d9a4b72
commit 9576a9c3f5

View File

@ -2,6 +2,7 @@
<template>
<div class="report_index">
<el-cascader
:key="key"
:props="props"
:options="timeOptions"
@change="handleChange"
@ -118,8 +119,7 @@ export default {
//
props: {
value: 'startId',
label: 'time',
level: true
label: 'time'
},
//
option: {
@ -159,6 +159,7 @@ export default {
}
]
},
key: 0,
//
levelOption: {
color: ['#3398DB'],