变更日志节点标识
This commit is contained in:
parent
7a59fe2140
commit
ff931597fd
@ -13,7 +13,7 @@
|
||||
@selection-change="onSelectionChange"
|
||||
>
|
||||
<template #tableTitle>
|
||||
<el-button type="danger" @click="handleDelete()" :disabled="!selectionData.length" v-perm="['sys:loginlog:batchDelete']">
|
||||
<el-button type="danger" @click="handleDelete()" :disabled="!selectionData.length" v-perm="['sys:loginLog:batchDelete']">
|
||||
<template #icon>
|
||||
<el-icon class="el-input__icon">
|
||||
<Delete />
|
||||
@ -69,14 +69,14 @@ const editVisible=ref(false)
|
||||
icon:'View',
|
||||
type: 'warning',
|
||||
onClick: handleInfo.bind(null, record),
|
||||
auth: ['sys:loginlog:detail'],
|
||||
auth: ['sys:loginLog:detail'],
|
||||
},
|
||||
{
|
||||
label: '删除',
|
||||
icon:'Delete',
|
||||
type: 'danger',
|
||||
onClick: handleDelete.bind(null, record),
|
||||
auth: ['sys:loginlog:delete'],
|
||||
auth: ['sys:loginLog:delete'],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
@ -13,7 +13,7 @@
|
||||
@selection-change="onSelectionChange"
|
||||
>
|
||||
<template #tableTitle>
|
||||
<el-button type="danger" @click="handleDelete()" :disabled="!selectionData.length" v-perm="['sys:operlog:batchDelete']">
|
||||
<el-button type="danger" @click="handleDelete()" :disabled="!selectionData.length" v-perm="['sys:operLog:batchDelete']">
|
||||
<template #icon>
|
||||
<el-icon class="el-input__icon">
|
||||
<Delete />
|
||||
@ -69,14 +69,14 @@ const editVisible=ref(false)
|
||||
icon:'View',
|
||||
type: 'warning',
|
||||
onClick: handleInfo.bind(null, record),
|
||||
auth: ['sys:operlog:detail'],
|
||||
auth: ['sys:operLog:detail'],
|
||||
},
|
||||
{
|
||||
label: '删除',
|
||||
icon:'Delete',
|
||||
type: 'danger',
|
||||
onClick: handleDelete.bind(null, record),
|
||||
auth: ['sys:operlog:delete'],
|
||||
auth: ['sys:operLog:delete'],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user