Explorar el Código

修改

master
yangpeilai hace 2 meses
padre
commit
cb7df0b959
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/views/system/gateway/weChatInfo/data.js

+ 2
- 2
src/views/system/gateway/weChatInfo/data.js Ver fichero

@@ -305,7 +305,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
itemType: 'textarea',
rows:5,
hide: true,
required: true,
required: false,
disabled: false
}
}, {
@@ -321,7 +321,7 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({
form: {
formLabelWidth: formLabelWidth,
type: 'input',
required: true,
required: false,
hide: true,
disabled: false
}

Cargando…
Cancelar
Guardar