qiubh hace 2 meses
padre
commit
6ffa82a612
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/views/system/gateway/singInfo/data.js

+ 1
- 1
src/views/system/gateway/singInfo/data.js Ver fichero

@@ -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, // 详情

Cargando…
Cancelar
Guardar