lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
e5141896b3

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

@@ -83,7 +83,7 @@
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">
           <a-button size="small" type="link" class="button-warning" v-if="record.auditState == 'WAIT' && $hasPermissions('B_merchantInfo_audit')" @click="handleAudit(record)" >审核</a-button>
-          <a-button size="small" type="link" class="button-success" v-if="$hasPermissions('B_merchantInfo_cooperation')" @click="handleCooperation(record)" >合作设置</a-button>
+          <a-button size="small" type="link" class="button-info" v-if="$hasPermissions('B_merchantInfo_cooperation')" @click="handleCooperation(record)" >合作设置</a-button>
           <a-button size="small" type="link" class="button-error" v-if="record.auditState != 'WAIT' && $hasPermissions('B_merchantInfo_distribution')" @click="handleDistribution(record)">经销权</a-button>
           <a-button size="small" type="link" class="button-primary" v-if="$hasPermissions('B_merchantInfo_level')" @click="handleLevel(record)">级别设置</a-button>
           <a-button size="small" type="link" class="button-info" v-if="$hasPermissions('B_merchantInfo_edit')" @click="handleEdit(record)">编辑</a-button>

+ 1 - 1
src/views/expenseManagement/expenseReimbursement/list.vue

@@ -112,7 +112,7 @@
             v-if="record.state!='WAIT_SUBMIT'&&$hasPermissions('B_ERAudit')"
             size="small"
             type="link"
-            class="button-success"
+            class="button-info"
             @click="handleSH(record)"
           >
             审核进度

+ 1 - 1
src/views/inventoryManagement/inventoryCheck/list.vue

@@ -69,7 +69,7 @@
             size="small"
             type="link"
             v-if="$hasPermissions('B_inventoryCheckDetail')"
-            class="button-info"
+            class="button-success"
             @click="handleDetail(record)"
             id="inventoryCheckList-audit-btn">详情</a-button>
           <span v-else>--</span>

+ 1 - 1
src/views/inventoryManagement/inventoryQuery/list.vue

@@ -92,7 +92,7 @@
             v-if="$hasPermissions('B_inventoryQuery_detail')"
             size="small"
             type="link"
-            class="button-info"
+            class="button-success"
             @click="goDetail(record)"
             id="inventoryQueryList-detail-btn">库存详情</a-button>
           <a-button