update 文档拆分
This commit is contained in:
@@ -109,7 +109,7 @@ export default {
|
|||||||
has: 'split:sarFileSplitInfo:release',
|
has: 'split:sarFileSplitInfo:release',
|
||||||
show: (record) => {
|
show: (record) => {
|
||||||
// 创建人(更改权限更改的是这个字段)是当前登录人,且状态为编辑中可以发布
|
// 创建人(更改权限更改的是这个字段)是当前登录人,且状态为编辑中可以发布
|
||||||
return record.createBy === this.userInfo.username && record.splitStatus === SplitStatus.EDITING.value
|
return record.createBy === this.userInfo.id && record.splitStatus === SplitStatus.EDITING.value
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 撤回
|
// 撤回
|
||||||
|
|||||||
Reference in New Issue
Block a user