mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-01-28 09:28:12 +00:00
优化
This commit is contained in:
parent
2a8632ca9f
commit
4ddd359057
@ -4,10 +4,10 @@
|
||||
<!-- 刷新按钮 -->
|
||||
<cl-refresh-btn />
|
||||
<el-button
|
||||
v-permission="service.recycle.data.permission.restore"
|
||||
type="success"
|
||||
:disabled="Table?.selection.length == 0"
|
||||
@click="restore()"
|
||||
v-permission="service.recycle.data.permission.restore"
|
||||
>
|
||||
{{ $t('批量恢复') }}
|
||||
</el-button>
|
||||
@ -47,6 +47,7 @@ const { t } = useI18n();
|
||||
|
||||
// cl-table
|
||||
const Table = useTable({
|
||||
contextMenu: [],
|
||||
columns: [
|
||||
{
|
||||
type: 'selection'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user