Browse Source

Merge branch 'develop_yh35' of jianguan-web/jg-ocs-html into pre-release

李磊 1 year ago
parent
commit
5888f5d3e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dealerManagement/businessOwnerSettings/list.vue

+ 1 - 1
src/views/dealerManagement/businessOwnerSettings/list.vue

@@ -64,7 +64,7 @@
           </template>
           <!-- 操作 -->
           <template slot="action" slot-scope="text, record">
-            <a-button size="small" type="link" class="button-warning" v-if="record.allDealerFlag!=1 || record.allProductFlag!=1 ||record.allSupplierFlag!=1" @click="handleSetCategory(record)">设置管辖范围</a-button>
+            <a-button size="small" type="link" class="button-warning" v-if="record.allDealerFlag!=1 || record.allProductFlag!=1 ||record.allSupplierFlag&&record.allSupplierFlag!=1" @click="handleSetCategory(record)">设置管辖范围</a-button>
             <a-button size="small" type="link" class="button-info" @click="handleEdit(record)">编辑</a-button>
             <a-button size="small" type="link" class="button-error" @click="handleDelete(record)">删除</a-button>
           </template>