maxiaoxiao 7 ヶ月 前
コミット
943cd4fa39

+ 1 - 1
src/views/LandConsolidation/components/list.vue

@@ -37,7 +37,7 @@
       @currentChange="searchFun"
     >
       <template #mj="{ row }">
-        {{ Number(row.crmj).toFixed(2) }}
+        {{ Number(row.gm).toFixed(2) }}
       </template>
       <template #action="{ row }">
         <span class="usable" @click="detail(row)">详情</span>

+ 2 - 5
src/views/farmlandProtection/gdzl/index.vue

@@ -327,12 +327,9 @@ export default {
       this.nowlayer = this.nowyear;
       init_handler(this.yearList[0], this.showInfo);
       store.setaddNode([
-        {
-          id: "gdbh" + this.$props.pageType,
-          url: this.yearList[0].url,
-          label: "耕地保护",
-        },
+        { id: "gdbh", url: this.yearList[0].url, label: "耕地保护" },
       ]);
+      // + this.$props.pageType
       this.setImager(this.yearList[0], true, (layer) => {
         Getlayers(this.yearList[0].url, (layers) => {
           this.layers = layers;