qiubh 1 month ago
parent
commit
6ffa82a612
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/views/system/gateway/singInfo/data.js

+ 1
- 1
src/views/system/gateway/singInfo/data.js View File

@@ -38,7 +38,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
operateWidth: "80", //操作栏宽度
operate: {
edit: true, //是否编辑(默认true) IsPermission(route, 'EDIT_LIST')
info: false, //是否编辑(默认true) IsPermission(route, 'INFO_LIST')
info: true, //是否编辑(默认true) IsPermission(route, 'INFO_LIST')
delete: false, //是否删除(默认true) IsPermission(route, 'DEL_LIST')
announcement: false, // 公告
remark: false, // 详情

Loading…
Cancel
Save