fix : 修复文章操作权限
This commit is contained in:
@@ -241,7 +241,6 @@ const tableConfig = reactive({
|
||||
<div>
|
||||
<el-button type="primary" link onClick={() => handleDownload(row)}>下载</el-button>
|
||||
<popover-delete name={row.originalFileName} type={'文件'} btnType={'danger'}
|
||||
perm={['mosr:requirement:del']}
|
||||
onDelete={() => handleDelete(row)}/>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user