Browse Source

城市用地监测

maxiaoxiao 2 tháng trước cách đây
mục cha
commit
06f361cc64
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      website/src/components/ghjcpgyj/ghssjc/jsyj/rightMenu.vue

+ 9 - 1
website/src/components/ghjcpgyj/ghssjc/jsyj/rightMenu.vue

@@ -68,7 +68,9 @@
           >
             <div class="title-item">{{ item.zbmc }}</div>
             <div class="flex-box align-center max-width justify-between">
-              <span class="font-bold">{{ item.jcz.key || "-" }}</span>
+              <span class="font-bold"
+                >{{ lablelist[item.zbbh] }}({{ item.jcz.key || "-" }})</span
+              >
               <span class="font-16 font-bold">
                 {{ item.jcz.value || "-" }}
               </span>
@@ -232,6 +234,12 @@ export default {
         },
       ],
       templist: [],
+      lablelist: {
+        "A-150": "永久基本农田内建设用地面积",
+        "A-151": "生态保护红线内建设用地面积",
+        "A-152": "城镇开发边界外的工业用地",
+        "A-153": "城镇开发边界外的住宅用地",
+      },
       // 获取行政区
       getXzq() {
         GetXzq({ city: true }).then((res) => {