|
|
@@ -12,18 +12,18 @@
|
|
|
</template>
|
|
|
<template #func="{ record }">
|
|
|
<TableAction :actions="[
|
|
|
- {
|
|
|
- label: '查看',
|
|
|
- tooltip: '查看',
|
|
|
- icon: 'ant-design:search-outlined',
|
|
|
- onClick: handleEdit.bind(null, record),
|
|
|
- },
|
|
|
- {
|
|
|
- label: '编辑',
|
|
|
- tooltip: '编辑',
|
|
|
- icon: 'clarity:note-edit-line',
|
|
|
- onClick: handleEdit.bind(null, record),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: '查看',
|
|
|
+ // tooltip: '查看',
|
|
|
+ // icon: 'ant-design:search-outlined',
|
|
|
+ // onClick: handleEdit.bind(null, record),
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: '编辑',
|
|
|
+ // tooltip: '编辑',
|
|
|
+ // icon: 'clarity:note-edit-line',
|
|
|
+ // onClick: handleEdit.bind(null, record),
|
|
|
+ // },
|
|
|
{
|
|
|
label: '显隐',
|
|
|
tooltip: '显隐',
|
|
|
@@ -31,13 +31,13 @@
|
|
|
color: 'error',
|
|
|
onClick: handleShow.bind(null, record)
|
|
|
},
|
|
|
- {
|
|
|
- label: '删除',
|
|
|
- tooltip: '删除',
|
|
|
- icon: 'ant-design:delete-outlined',
|
|
|
- color: 'error',
|
|
|
- onClick: handleDelete.bind(null, record)
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: '删除',
|
|
|
+ // tooltip: '删除',
|
|
|
+ // icon: 'ant-design:delete-outlined',
|
|
|
+ // color: 'error',
|
|
|
+ // onClick: handleDelete.bind(null, record)
|
|
|
+ // },
|
|
|
]" />
|
|
|
</template>
|
|
|
</BasicTable>
|