| | |
| | | }, |
| | | { |
| | | 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'], |
| | |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: '级联菜单', |
| | | subType: 'cascader', |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: '评分', |
| | | subType: 'rate', |
| | | }, |