| | |
| | | searchShowBtn: false, |
| | | addBtn: false, |
| | | selection: true, |
| | | border: true, |
| | | menu: false, |
| | | |
| | | align: "center", |
| | |
| | | { |
| | | label: "处罚原因", |
| | | prop: "punishreason", |
| | | span: 24, |
| | | labelWidth: 110, |
| | | // width: 160, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | |
| | | { |
| | | label: "处罚结果", |
| | | prop: "punishresult", |
| | | span: 24, |
| | | // type: "textarea", |
| | | // width: 160, |
| | | labelWidth: 110, |
| | | }, |
| | | { |
| | | label: "处罚日期", |
| | | prop: "punishtime", |
| | | span: 24, |
| | | type: "date", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd", |
| | | // type: "textarea", |
| | | labelWidth: 110, |
| | | width: 160, |
| | | }, |
| | | { |
| | | label: "处罚批准文号", |
| | | label: "批准文号", |
| | | prop: "punisnum", |
| | | span: 24, |
| | | // type: "textarea", |
| | | // type: "date", |
| | | // format: "yyyy-MM-dd", |
| | | // valueFormat: "yyyy-MM-dd", |
| | | // // type: "textarea", |
| | | labelWidth: 110, |
| | | // width: 160, |
| | | }, |
| | | ], |
| | | }, |