修改 南工程问题

This commit is contained in:
GGJ
2024-12-13 14:37:41 +08:00
parent 155cff879c
commit ce34572df5
7 changed files with 56 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
width="80px"
></vxe-column>
</vxe-table>
<div style="flex: 1" class="mt10">
<div style="flex: 1" class="mt10" v-loading="loading">
<my-echart :options="options" />
</div>
</div>
@@ -90,6 +90,7 @@ const init = () => {
yAxis: {
type: 'value'
},
color: ['#2E8B57', '#DAA520'],
series: analysisData.value.map((item: any) => {
return {
name: item.name,
@@ -98,7 +99,7 @@ const init = () => {
}
}),
options: {
dataZoom: null
// dataZoom: null
}
}
nextTick(() => {