fix : 修复文章操作权限

This commit is contained in:
2024-10-11 14:02:36 +08:00
parent c643aa0e1d
commit c34fb88311
9 changed files with 25 additions and 19 deletions

View File

@@ -175,7 +175,6 @@ const tableConfig = reactive({
{
buttons.has("delete") ?
<popover-delete name={row.shareName} type={'费用分摊'} btnType={'danger'}
perm={['mosr:requirement:del']}
onDelete={() => handleDelete(row)}/>
: ''
}