| | |
| | | searchSpan: 3, |
| | | width: 69, |
| | | type: "select", |
| | | dicData: [ |
| | | { |
| | | dicData: [{ |
| | | label: "是", |
| | | value: "1", |
| | | }, |
| | |
| | | }], |
| | | }, |
| | | |
| | | { |
| | | label: "是否制证", |
| | | prop: "userType", |
| | | // dicUrl: "/api/blade-system/dict-biz/dictionary?code=equipage", |
| | | // props: { |
| | | // label: "dictValue", |
| | | // value: "dictKey", |
| | | // }, |
| | | type: "select", |
| | | slot: true, |
| | | search: true, |
| | | searchSpan: 3, |
| | | width: 69, |
| | | dicData: [{ |
| | | label: "已制证", |
| | | value: 6, |
| | | }, |
| | | { |
| | | label: "未制证", |
| | | value: 7, |
| | | } |
| | | ], |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择", |
| | | trigger: "blur", |
| | | }, ], |
| | | }, |
| | | |
| | | // { |
| | | // label: "发证日期", |
| | | // prop: "papertime", |