Procházet zdrojové kódy

山水工程项目上图弹窗修改

maxiaoxiao před 9 měsíci
rodič
revize
6f626fbc2c

+ 2 - 2
src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

@@ -312,7 +312,7 @@ export default {
         //             val0: word,
 
         //         }
-        //         if (this.title == '土地供应完成项目' || this.title == '山水工程完成项目') {
+        //         if (this.title == '土地供应完成项目' || this.title == '山水工程项目') {
         //             gy_ju.beginTime = undefined
         //             gy_ju.endTime = undefined
         //         }
@@ -374,7 +374,7 @@ export default {
                 endTime: store.state.cockpit_date[1],
                 id: params ? params.id : "4602",
             };
-            if (this.title == '土地供应完成项目' || this.title == '山水工程完成项目') {
+            if (this.title == '土地供应完成项目' || this.title == '山水工程项目') {
                 obj.beginTime = undefined
                 obj.endTime = undefined
             }

+ 2 - 2
src/views/cockpit/stxf.vue

@@ -236,12 +236,12 @@ export default {
         store.setToolBarShow(false);
         store.setXzqh_flag(false);
         store.setCockpit_vector({
-          title: "山水工程完成项目",
+          title: "山水工程项目",
           word: "项目名称",
 
           tableData: store.state.cockpit_stxf.ssgc.list,
           tablejscType: `jsc_stxf_ywlx_ssxfmx`,
-          columns: ['区县编码', '区县编码名称', '项目名称', '投资金额(万元)', '治理时间', '治理进度', '治理面积(公顷)', '备注'],
+          columns: ['项目名称', '治理面积(公顷)','投资金额(万元)', '区县编码', '区县编码名称', '治理时间', '治理进度',  '备注'],
         });
       }
     }