xiongyubin 2 mesi fa
parent
commit
6d126c0299

+ 6 - 1
src/components/LazyTree/index.vue

@@ -5,6 +5,7 @@
       <div class="inputDeep">
         <el-input
           v-model="filterTransferShopName"
+          :disabled="disabled"
           class="input_search"
           placeholder="请选择"
           style="width: 100%"
@@ -14,7 +15,7 @@
           @focus="clickInputSelectUserShop" />
       </div>
       <!-- <el-checkbox style="margin-left: 5px;margin-right: 5px;" :true-label="1" :false-label="0" v-model="is_all_level">包含子门店</el-checkbox> -->
-      <el-button style="" type="success" size="mini" icon="el-icon-search" @click="handleSearchTransferShopList" />
+      <el-button v-if="!disabled" style="" type="success" size="mini" icon="el-icon-search" @click="handleSearchTransferShopList" />
     </el-row>
 
     <div :style="userTreeShopShow?'visibility:visible':'visibility:hidden'" :class="['tree-pannel', isGap && 'top38']">
@@ -53,6 +54,10 @@ export default {
       type: String,
       default: ''
     },
+    disabled: {
+      type: Boolean,
+      default: false
+    },
     isGap: {
       type: Boolean,
       default: true

+ 1 - 0
src/views/billingCfg/editRateCfg.vue

@@ -19,6 +19,7 @@
               <lazy-tree
                 ref="addTree"
                 :tree="form.shop_name"
+                :disabled="!!$route.query.sn"
                 input-width="400px"
                 is-gap
                 style="margin-bottom: 0;display:flex;width:100%"

+ 2 - 0
src/views/deviceCfg/chargingStation.vue

@@ -155,6 +155,8 @@ export default {
           this.tableData = data.list
           this.records = +data.total
         }
+      }).catch(() => {
+        this.loading = false
       })
     },
     showDetail(row) {

+ 1 - 1
src/views/login/index.vue

@@ -18,7 +18,7 @@
         <span v-else class="title-img-second">
           <!-- <div v-if="!cj"><img src="http://qiniu.bms16.com/Ftc8v-n1gNYIYJAT41xAWiS-aVcW"></div> -->
           <!-- <div v-if="!cj"><img src="https://qiniu.bms16.com/FugEfKOgNRMgb93hk0uv2UyDAF9p"></div> -->
-          智寻充电站运营管理平台
+          充 电 站 运 营 中 心
         </span>
         <span style="font-size: 8px">{{ version }}</span>
       </div>