This commit is contained in:
sjl
2024-12-04 20:00:04 +08:00
parent f5c226ba28
commit e5d4aae846
16 changed files with 414 additions and 284 deletions

View File

@@ -15,7 +15,7 @@
</el-button>
<el-button v-auth.testSource="'batchDelete'" type='danger' :icon='Delete'
plain :disabled='!scope.isSelected' @click='batchDelete(scope.selectedListIds)'>
批量删除
删除
</el-button>
</template>
<!-- 表格操作 -->

View File

@@ -11,7 +11,7 @@
<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'
plain :disabled='!scope.isSelected' @click='batchDelete(scope.selectedListIds)'>
批量删除
删除
</el-button>
</template>
<!-- 表格操作 -->