king
2020-01-14 7ea1c5f53702951fc4df60e969fc67ef5d7af4dd
src/templates/modalconfig/index.jsx
@@ -374,7 +374,7 @@
            text: this.state.dict['header.form.link']
          }, {
            value: 'fileupload',
            text: '文件上传'
            text: this.state.dict['header.form.fileupload']
          }, {
            value: 'date',
            text: this.state.dict['header.form.dateday']
@@ -386,10 +386,10 @@
            text: this.state.dict['header.form.datetime']
          }, {
            value: 'textarea',
            text: '多行文本'
            text: this.state.dict['header.form.textarea']
          }, {
            value: 'funcvar',
            text: '函数变量'
            text: this.state.dict['header.form.funcvar']
          }]
        },
        {
@@ -537,7 +537,7 @@
        {
          type: 'multiselect',
          key: 'linkSubField',
          label: '关联表单',
          label: this.state.dict['header.form.linkForm'],
          initVal: card.linkSubField || [],
          options: _inputfields
        }
@@ -902,7 +902,7 @@
            orderBy: '',
            orderType: 'asc',
            readonly: 'false',
            required: 'false'
            required: 'true'
          }
  
          items.push(newcard)