优化
This commit is contained in:
parent
363d9a4b72
commit
9576a9c3f5
@ -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'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user