|
@@ -18,6 +18,7 @@
|
|
|
:actions="[
|
|
|
{
|
|
|
label: '续费',
|
|
|
+ ifShow: getCheckPerm('account-equityRenew'),
|
|
|
onClick: handleDelete.bind(null, record, 'edit'),
|
|
|
},
|
|
|
{
|
|
@@ -141,7 +142,6 @@
|
|
|
// },
|
|
|
{
|
|
|
title: t('common.operating'),
|
|
|
- ifShow: getCheckPerm('account-equityRenew'),
|
|
|
dataIndex: '',
|
|
|
slots: { customRender: 'action' },
|
|
|
width: 100,
|