|
@@ -16,7 +16,7 @@
|
|
|
:actions="[
|
|
|
{
|
|
|
label: record.status ? '取消激活' : '激活',
|
|
|
- ifShow: getCheckPerm('rtk-updata'),
|
|
|
+ ifShow: getCheckPerm('rtk-activation'),
|
|
|
onClick: handleActive.bind(null, record),
|
|
|
},
|
|
|
{
|
|
@@ -210,7 +210,7 @@
|
|
|
totalField: 'total',
|
|
|
},
|
|
|
actionColumn: {
|
|
|
- width: 150,
|
|
|
+ width: 160,
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|
|
|
slots: { customRender: 'action' },
|