yangpeilai 2 місяці тому
джерело
коміт
cb7df0b959
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      src/views/system/gateway/weChatInfo/data.js

+ 2
- 2
src/views/system/gateway/weChatInfo/data.js Переглянути файл

@@ -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
}

Завантаження…
Відмінити
Зберегти