yangbq 1 місяць тому
батько
коміт
8d475f93ed

+ 2 - 1
src/views/pad/service/shareStation.vue

@@ -129,11 +129,12 @@ export default {
         },
       },
       pieTitle: {},
-      constructionQuantityNum: {},
+      constructionQuantityNum: {name: '', value: 0},
         // 服务内容
       serviceContent :{},
       completedNum: {},
       participateProportionRate: {
+        name: '',
         value:0
       },
       fwData: [],

+ 2 - 1
src/views/pad/service/shareStationDialog.vue

@@ -150,11 +150,12 @@ export default {
   data() {
     return {
       //建设完成达标率
-      constructionQuantityNum: {},
+      constructionQuantityNum: {name: '', value: 0},
       // 服务内容
       serviceContent :{},
       completedNum: {},
       participateProportionRate: {
+        name: '',
         value:0
       },
 

+ 2 - 1
src/views/screen/service/shareStation.vue

@@ -129,11 +129,12 @@ export default {
         },
       },
       pieTitle: {},
-      constructionQuantityNum: {},
+      constructionQuantityNum: {name: '', value: 0},
         // 服务内容
       serviceContent :{},
       completedNum: {},
       participateProportionRate: {
+        name: '',
         value:0
       },
       fwData: [],

+ 2 - 1
src/views/screen/service/shareStationDialog.vue

@@ -150,11 +150,12 @@ export default {
   data() {
     return {
       //建设完成达标率
-      constructionQuantityNum: {},
+      constructionQuantityNum: {name: '', value: 0},
       // 服务内容
       serviceContent :{},
       completedNum: {},
       participateProportionRate: {
+        name: '',
         value:0
       },