|
@@ -14,11 +14,11 @@
|
|
<template #action="{ record }">
|
|
<template #action="{ record }">
|
|
<TableAction
|
|
<TableAction
|
|
:actions="[
|
|
:actions="[
|
|
- {
|
|
|
|
- label: record.status ? '取消激活' : '激活',
|
|
|
|
- ifShow: getCheckPerm('rtk-activation'),
|
|
|
|
- onClick: handleActive.bind(null, record),
|
|
|
|
- },
|
|
|
|
|
|
+ //{
|
|
|
|
+ // label: record.status ? '取消激活' : '激活',
|
|
|
|
+ // ifShow: getCheckPerm('rtk-activation'),
|
|
|
|
+ // onClick: handleActive.bind(null, record),
|
|
|
|
+ //},
|
|
{
|
|
{
|
|
label: '编辑',
|
|
label: '编辑',
|
|
ifShow: getCheckPerm('rtk-updata'),
|
|
ifShow: getCheckPerm('rtk-updata'),
|