king
2020-01-17 a0a285c90987eb9b1591f90333f3aeb15659ded2
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'],