Răsfoiți Sursa

资源供应名称修改

lkk 10 luni în urmă
părinte
comite
707585634e

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

@@ -509,7 +509,7 @@ export default {
     //             val0: word,
 
     //         }
-    //         if (this.title == '土地供应完成项目' || this.title == '山水工程项目') {
+    //         if (this.title == '国有建设用地完成项目' || this.title == '山水工程项目') {
     //             gy_ju.beginTime = undefined
     //             gy_ju.endTime = undefined
     //         }
@@ -555,7 +555,7 @@ export default {
         id: store.state.cockpit_region.id,
         ...params,
       };
-      if (this.title == "土地供应完成项目" || this.title == "山水工程项目") {
+      if (this.title == "国有建设用地完成项目" || this.title == "山水工程项目") {
         obj.beginTime = undefined;
         obj.endTime = undefined;
       }

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

@@ -1086,14 +1086,14 @@ export default {
       // store.state.query_vector_input = !store.state.query_vector_input
       // if (flag) {
       //   store.setCockpit_vector({
-      //     title: "土地供应完成项目",
+      //     title: "国有建设用地完成项目",
       //     tableData: this.vector_data,
       //     columns:["项目名称","土地用途","出让面积(公顷)","土地使用权","土地座落","批准文号","批准机关"],
       //   })
       // }
 
       store.setCockpit_vector({
-        title: "土地供应完成项目",
+        title: "国有建设用地完成项目",
         tableData: this.vector_data,
         word: "项目名称",
         tablejscType: 'jsc_tdgy_gy_zbmx',