diff --git a/jero-web/src/views/projectManagement/components/parameterCollectionProgress.vue b/jero-web/src/views/projectManagement/components/parameterCollectionProgress.vue
index e29c07668..5bbfbc3a9 100644
--- a/jero-web/src/views/projectManagement/components/parameterCollectionProgress.vue
+++ b/jero-web/src/views/projectManagement/components/parameterCollectionProgress.vue
@@ -41,7 +41,7 @@
@@ -186,7 +186,7 @@
this.submitdata = this.submitquantity
this.syncReportdata = this.syncReportquantity
}
- var chartDom = document.getElementById('main-left')
+ var chartDom = document.getElementById('main-left-Collect')
var myChart = echarts.init(chartDom)
var option
var option1
@@ -345,7 +345,7 @@
},
mainLeftEcharts(data, color) {
- this.getEcharts('main-left', this.$t('Parametercollection'), color, data, 1)
+ this.getEcharts('main-left-Collect', this.$t('Parametercollection'), color, data, 1)
},
responsibility(item) {
this.$emit('currentStatus', item)
@@ -367,7 +367,7 @@
border: 2px #eff1f3 solid;
border-radius: 6px;
- #main-left {
+ #main-left-Collect {
width: 100%;
height: 100%;
padding: 24px 20px;