fix: 修复apilist操作列按钮权限
This commit is contained in:
parent
e150b03d5f
commit
2680e63b38
|
@ -295,7 +295,7 @@ export default {
|
||||||
exec: this.handleCopy,
|
exec: this.handleCopy,
|
||||||
icon: "el-icon-document-copy",
|
icon: "el-icon-document-copy",
|
||||||
type: "primary",
|
type: "primary",
|
||||||
//permissions: ['PROJECT_API_DEFINITION:READ+COPY']
|
permissions: ['PROJECT_API_DEFINITION:READ+COPY']
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tableTrashOperatorButtons: [
|
tableTrashOperatorButtons: [
|
||||||
|
|
Loading…
Reference in New Issue