|
@@ -14,7 +14,7 @@
|
|
|
{
|
|
|
label: '删除',
|
|
|
color: 'error',
|
|
|
- ifShow:getCheckPerm('projects-delete'),
|
|
|
+ ifShow:getCheckPerm('livestream-delete'),
|
|
|
onClick: handleDelete.bind(null, record),
|
|
|
},
|
|
|
]"
|
|
@@ -127,6 +127,7 @@
|
|
|
checked: record.isShow === 1,
|
|
|
checkedChildren: '是',
|
|
|
unCheckedChildren: '否',
|
|
|
+ disabled:!getCheckPerm('livestream-show'),
|
|
|
loading: false,
|
|
|
onChange: async (checked: boolean) => {
|
|
|
record.pendingStatus = true;
|