songxy il y a 1 an
Parent
commit
89f1ccc8e1

+ 1 - 1
BJYSYBZ_C/src/views/WlydxqView/components/Xq.vue

@@ -23,7 +23,7 @@
           </td>
         </tr>
         <tr>
-          <td class="th">面积(公顷)</td>
+          <td class="th">面积()</td>
           <td>
             {{ obj.mj && (obj.mj * 15).toFixed(2) }} 亩
           </td>

+ 2 - 2
BJYSYBZ_C/src/views/WlydxqView/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="YqxqView">
-    <div class="left-box">
+    <!-- <div class="left-box">
       <div>
         <OneContent/>
       </div>
@@ -10,7 +10,7 @@
       <div class="one flex-1">
         <Ghdy/>
       </div>
-    </div>
+    </div> -->
     <div class="center-box">
       <YqxqMap/>
     </div>

+ 1 - 1
BJYSYBZ_C/src/views/YgxqView/components/Xq.vue

@@ -23,7 +23,7 @@
           </td>
         </tr>
         <tr>
-          <td class="th">面积(公顷)</td>
+          <td class="th">面积()</td>
           <td>
             {{ obj.mj && (obj.mj * 15).toFixed(2) }} 亩
           </td>

+ 2 - 1
BJYSYBZ_C/src/views/components/BigScreenMap/index.vue

@@ -227,7 +227,7 @@
           <div class="content" v-if="detailType == 20">
             <h2>{{ detailData["dkbh"] || props['dkbh'] }}</h2>
             <p>行政区划:{{ (detailData["ssqx"] || props["ssqx"]) }} - {{ detailData["ssjd"] || props["ssjd"] }}</p>
-            <p>面积:{{ ((detailData["mj"] || props['mj']) * 15).toFixed(2) }} 亩</p>
+            <p>面积:{{ ((detailData["mj"] || props['mj'] * 15)).toFixed(2) }} 亩</p>
           </div>
           <div class="content" v-if="detailType == 21">
             <h2>{{ props["tdqlr"] }}</h2>
@@ -1208,6 +1208,7 @@ export default {
           console.log("no pick event");
           return;
         }
+        this.detailData = {}
         this.pickServerFeature(e);
       });
       map.on("moveend", () => {

+ 1 - 1
BJYSYBZ_S/src/main/resources/mapper/YbzBJMapper.xml

@@ -26,7 +26,7 @@
     <delete id="removeWlydById" parameterType="com.zjugis.ysgzybz.domain.dto.WlydDTO">
         delete
         from
-        sde.gdxminfo_bj
+        sde.bjwlyd2000
         where dkbh = #{dkbh}
     </delete>