| | |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: '多行文本', |
| | | subType: 'textarea', |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: CommonDict['model.form.multiselect'], |
| | | subType: 'multiselect', |
| | | }, |
| | |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: CommonDict['header.form.fileupload'], |
| | | label: '文件上传', |
| | | subType: 'fileupload', |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: CommonDict['model.form.dateday'], |
| | | label: '日期(天)', |
| | | subType: 'date', |
| | | }, |
| | | { |
| | |
| | | label: CommonDict['model.form.datemonth'], |
| | | subType: 'datemonth', |
| | | }, |
| | | // { |
| | | // type: 'form', |
| | | // label: '日期(分/秒)', |
| | | // subType: 'datetime', |
| | | // }, |
| | | { |
| | | type: 'form', |
| | | label: CommonDict['model.form.textarea'], |
| | | subType: 'textarea', |
| | | label: '级联菜单', |
| | | subType: 'cascader', |
| | | }, |
| | | { |
| | | type: 'form', |
| | |
| | | type: 'form', |
| | | label: '关联主表', |
| | | subType: 'linkMain', |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: '公式', |
| | | subType: 'formula', |
| | | } |
| | | ] |
| | | |