Browse Source

修改

master
yangpeilai 2 months ago
parent
commit
cb7df0b959
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/views/system/gateway/weChatInfo/data.js

+ 2
- 2
src/views/system/gateway/weChatInfo/data.js View File

itemType: 'textarea', itemType: 'textarea',
rows:5, rows:5,
hide: true, hide: true,
required: true,
required: false,
disabled: false disabled: false
} }
}, { }, {
form: { form: {
formLabelWidth: formLabelWidth, formLabelWidth: formLabelWidth,
type: 'input', type: 'input',
required: true,
required: false,
hide: true, hide: true,
disabled: false disabled: false
} }

Loading…
Cancel
Save