| | |
| | | label: '表现', |
| | | prop: "score", |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=scoreType", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | // dicUrl: "/api/blade-system/dict-biz/dictionary?code=scoreType", |
| | | // props: { |
| | | // label: "dictValue", |
| | | // value: "dictKey" |
| | | // }, |
| | | dicData: [{ |
| | | label: "优秀", |
| | | value: 0 |
| | | }, |
| | | { |
| | | label: "良好", |
| | | value: 1 |
| | | }, |
| | | { |
| | | label: "一般", |
| | | value: 2 |
| | | }, |
| | | { |
| | | label: "差", |
| | | value: 3 |
| | | }, |
| | | ], |
| | | dataType: "number", |
| | | slot: true, |
| | | rules: [{ |
| | |
| | | valueFormat: "yyyy-MM-dd", |
| | | prop: "time", |
| | | formslot: true, |
| | | }, { |
| | | label: '服务公司', |
| | | prop: "departmentName", |
| | | formslot: true, |
| | | }] |
| | | }, |
| | | // { |
| | | // label: '服务公司', |
| | | // prop: "departmentName", |
| | | // formslot: true, |
| | | // } |
| | | ] |
| | | |
| | | |
| | | export var securityFormPageColumn = [{ |