修改 南工程问题
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user