| | |
| | | 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'] |
| | |
| | | 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'] |
| | | }] |
| | | }, |
| | | { |
| | |
| | | { |
| | | type: 'multiselect', |
| | | key: 'linkSubField', |
| | | label: '关联表单', |
| | | label: this.state.dict['header.form.linkForm'], |
| | | initVal: card.linkSubField || [], |
| | | options: _inputfields |
| | | } |
| | |
| | | orderBy: '', |
| | | orderType: 'asc', |
| | | readonly: 'false', |
| | | required: 'false' |
| | | required: 'true' |
| | | } |
| | | |
| | | items.push(newcard) |