| | |
| | | span: 12 |
| | | }, |
| | | { |
| | | label: t("选择部门"), |
| | | prop: "departmentId", |
| | | component: { |
| | | name: 'cl-dept-select', |
| | | props: { |
| | | multiple: false, // 单选 |
| | | placeholder: "请选择部门", |
| | | checkStrictly: true, // 父子节点不联动 |
| | | immediate: true // 立即加载部门树 |
| | | } |
| | | }, |
| | | span: 12, |
| | | required: true, |
| | | }, |
| | | { |
| | | label: t('GPS定位时间'), |
| | | prop: "gpsTime", |
| | | component: { |
| | |
| | | component: { name: "cl-date-text", props: { format: "YYYY-MM-DD" } } |
| | | }, |
| | | { label: t('车牌号'), prop: "vehicleNo", minWidth: 140 }, |
| | | { label: t('所属部门'), prop: "departmentName", minWidth: 140 }, |
| | | { |
| | | label: t('GPS定位时间'), |
| | | prop: "gpsTime", |