Selaa lähdekoodia

批量绑定样式修改

user5 3 vuotta sitten
vanhempi
commit
e0025a7dfb

+ 1 - 1
src/views/modules/reimbursementSys/accountant/reimbursementIsNoTicketList.vue

@@ -40,7 +40,7 @@
             <el-button v-if="hasPermission('accountant:reimbursementBusinessTwo:add')" type="primary" size="small" icon="el-icon-plus"
                        @click="addBusinessInfo()">新增
             </el-button>
-            <el-button v-if="hasPermission('accountant:reimbursementBusinessTwo:binding')" type="danger" size="small" icon="el-icon-delete"
+            <el-button v-if="hasPermission('accountant:reimbursementBusinessTwo:binding')" type="warning" size="small" icon="el-icon-edit"
                        @click="openDialog($refs.reimbursementUserTable.getCheckboxRecords())"
                        :disabled="$refs.reimbursementUserTable && $refs.reimbursementUserTable.getCheckboxRecords().length === 0"
                        plain>批量绑定