联调终端运行评价
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<DatePicker ref="datePickerRef" style="display: none" theCurrentTime />
|
||||
<el-select class="conditions" v-model="formData.conditions" placeholder="请选择指标" style="width: 200px"
|
||||
<el-select class="conditions mr20" v-model="formData.conditions" placeholder="请选择指标" style="width: 200px"
|
||||
@change="History">
|
||||
<el-option-group v-for="group in indexOptions" :key="group.label" :label="group.label">
|
||||
<el-option v-for="item in group.options" :key="item.value" :label="item.label"
|
||||
@@ -1351,7 +1351,7 @@ const getEcharts = () => {
|
||||
}
|
||||
],
|
||||
toolbox: {
|
||||
show: true,
|
||||
show: false,
|
||||
feature: {
|
||||
dataZoom: {
|
||||
// bottom: '10px',
|
||||
|
||||
@@ -653,6 +653,7 @@ const echart = (row: any) => {
|
||||
data: [item.ratioList]
|
||||
})
|
||||
})
|
||||
console.log("🚀 ~ echart ~ option:", option)
|
||||
|
||||
chart.setOption(option)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user