|
@@ -21,7 +21,6 @@
|
|
|
:actions="[
|
|
|
{
|
|
|
label: '更换',
|
|
|
- ifShow: getCheckPerm('empowerCamera-change'),
|
|
|
onClick: handleUpdataSn.bind(null, record, 'edit'),
|
|
|
},
|
|
|
]"
|
|
@@ -92,7 +91,7 @@
|
|
|
{
|
|
|
title: t('common.operating'),
|
|
|
dataIndex: 'action',
|
|
|
- ifShow: getCheckPerm('account-equityCameraUnbind'),
|
|
|
+ ifShow: getCheckPerm('empowerCamera-change'),
|
|
|
slots: { customRender: 'action' },
|
|
|
align: 'center',
|
|
|
fixed: 'right',
|