Explorar o código

修改租户空间类型红点问题

haojianlong %!s(int64=5) %!d(string=hai) anos
pai
achega
92f4b2bb78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/ledger/rentlist/manageTenantZone.vue

+ 1 - 1
src/views/ledger/rentlist/manageTenantZone.vue

@@ -5,7 +5,7 @@
       <el-button size="small" type="default" icon="el-icon-back" @click="goback"></el-button>
       <div style="display:inline-block;margin:10px 0 0 10px;">
         <label style="margin-right:10px;">业务空间类型</label>
-        <el-badge :is-dot="options.length>1">
+        <el-badge :is-dot="onlyRead&&options.length>1">
           <el-select v-model="value" placeholder="请选择" @change="getTnRelatFloor">
             <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
             </el-option>