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