样式调整

This commit is contained in:
caozehui
2024-12-04 19:54:56 +08:00
parent aa86c5e662
commit d6af35828d
13 changed files with 437 additions and 286 deletions

View File

@@ -13,7 +13,7 @@
<template #tableHeader='scope'>
<el-button v-auth.testSource="'add'" type='primary' :icon='CirclePlus' @click="openDialog('add')">新增
</el-button>
<el-button v-auth.testSource="'batchDelete'" type='danger' :icon='Delete'
<el-button v-auth.testSource="'delete'" type='danger' :icon='Delete'
plain :disabled='!scope.isSelected' @click='batchDelete(scope.selectedListIds)'>
批量删除
</el-button>