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