src/templates/modalconfig/index.jsx
@@ -535,6 +535,19 @@ }] }, { type: 'radio', key: 'hidden', label: this.state.dict['header.form.field.ishidden'], initVal: card.hidden || 'false', options: [{ value: 'true', text: this.state.dict['header.form.true'] }, { value: 'false', text: this.state.dict['header.form.false'] }] }, { type: 'multiselect', key: 'linkSubField', label: this.state.dict['header.form.linkForm'],