Kaynağa Gözat

建设用地开发完成情况 分析结果接口联调

maxiaoxiao 2 ay önce
ebeveyn
işleme
63b21667ac

+ 5 - 2
website/src/components/ghfxpj/gtkjfxyy/tdkflyqdfx/fxjg.vue

@@ -84,7 +84,7 @@
             </el-table-column>
             <el-table-column
               prop="proportion"
-              label="土地开发利用强度"
+              :label="zytype == '5' ? '土地开发利用强度' : '建设用地开发情况'"
               align="center"
             >
             </el-table-column>
@@ -115,6 +115,9 @@ export default {
     jgsj: {
       type: Object,
     },
+    zytype: {
+      type: String,
+    },
   },
   setup(prop, context) {
     const { proxy } = getCurrentInstance();
@@ -248,7 +251,7 @@ export default {
         ],
         series: [
           {
-            name: "土地开发利用强度",
+            name: prop.zytype == "5" ? "土地开发利用强度" : "建设用地开发情况",
             type: "bar",
             data: [],
             barWidth: "14px",

+ 1 - 1
website/src/components/ghfxpj/wtsbztyy/content.vue

@@ -41,7 +41,7 @@
           ref="refFxjg"
         ></Fxjg>
         <TDLYKFQDFxjg
-          v-if="['5'].includes(zytype)"
+          v-if="['5','7'].includes(zytype)"
           v-model:zytype="zytype"
           v-model:jgsj="jgsj"
           ref="refTDLYKFQDFxjg"