Ver código fonte

Merge branch 'feature/joway' into new-version

joway 2 anos atrás
pai
commit
bce70803de
1 arquivos alterados com 3 adições e 4 exclusões
  1. 3 4
      backendEle/src/views/config/base.vue

+ 3 - 4
backendEle/src/views/config/base.vue

@@ -59,6 +59,7 @@
           <el-button type="primary" @click="initRegionXls" :loading="initRegionXlsStat">导入地址xls</el-button>
           <el-button type="primary" @click="renewRegion" :loading="renewRegionStat">刷新地址表</el-button>
           <el-button type="primary" @click="genRegionJs" :loading="genRegionJsStat">生成js</el-button>
+          <el-form><span class="closeWeb">注:需要测试环境更新地址库,检查无误后,在手动更新到正式环境</span></el-form>
         </el-form-item>
         <el-form-item label="行政区划缓存">
           <el-button type="primary" @click="renewRegionCache" :loading="renewReginCacheStat">更新Redis</el-button>
@@ -83,8 +84,7 @@ export default {
       configData: null,
       initRegionXlsStat: false,
       renewRegionStat: false,
-      genRegionJsStat: false,
-    }
+      genRegionJsStat: false }
   },
   computed: {
     form: function () {
@@ -157,8 +157,7 @@ export default {
         this.configData = response
         this.loading = false
       })
-    },
-  }
+    } }
 }
 </script>