Explorar el Código

Merge branch 'feature_20250205_重复门店经销商维护' into uat(dev)

zhujindu hace 10 meses
padre
commit
5e1013e668
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/storeManagement/storeDetail.vue

+ 2 - 1
src/views/storeManagement/storeDetail.vue

@@ -357,6 +357,7 @@
       <br />
       <!-- type:address 拜访时位置偏差过大,可以修改地址(只能修改地址) -->
       <div
+        v-if="type != 'chainMaintain'"
         style="
           position: fixed;
           bottom: 0;
@@ -583,7 +584,7 @@ export default {
       address: '地址',
       storeTypePOP: false,
       GZAttributeFormShow: false,
-      type: '',
+      type: '', //chainMaintain:维护经销商;address:修改地址
       towntShow: false,
       districtShow: false,
       cityShow: false,