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

View File

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