| | |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: CommonDict['model.form.select'], |
| | | label: '选择器', |
| | | subType: 'select', |
| | | url: '' |
| | | }, |
| | |
| | | subType: 'datemonth', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: CommonDict['model.form.datetime'], |
| | | subType: 'datetime', |
| | | url: '' |
| | | }, |
| | | // { |
| | | // type: 'form', |
| | | // label: '日期(分/秒)', |
| | | // subType: 'datetime', |
| | | // url: '' |
| | | // }, |
| | | { |
| | | type: 'form', |
| | | label: CommonDict['model.form.textarea'], |
| | | subType: 'textarea', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: '评分', |
| | | subType: 'rate', |
| | | url: '' |
| | | }, |
| | | { |
| | |
| | | label: '分割线', |
| | | subType: 'split', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: '关联主表', |
| | | subType: 'linkMain', |
| | | } |
| | | ] |
| | | |