| | |
| | | }, |
| | | { |
| | | component: 'RangePicker', |
| | | fieldName: 'createTime', |
| | | fieldName: 'deployDate', |
| | | label: '使用日期' |
| | | } |
| | | ]; |
| | |
| | | { |
| | | title: '状态', |
| | | field: 'status', |
| | | sortable: true, |
| | | slots: { |
| | | default: ({ row }) => { |
| | | const statu = row.status; |
| | |
| | | { |
| | | title: '资产编号', |
| | | field: 'assetNo', |
| | | sortable: true, |
| | | minWidth: 100, |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '设备编号', |
| | | field: 'equCode', |
| | | sortable: true, |
| | | minWidth: 100 |
| | | }, |
| | | { |
| | |
| | | { |
| | | title: '采购日期', |
| | | field: 'purchaseDate', |
| | | sortable: true, |
| | | minWidth: 120 |
| | | }, |
| | | { |
| | |
| | | { |
| | | title: '导入状态', |
| | | field: 'importStatus', |
| | | slots: { default: 'importStatus' }, |
| | | minWidth: 100 |
| | | }, |
| | | { |
| | | title: '盘点标志', |
| | | field: 'inventoryFlag', |
| | | slots: { default: 'inventoryFlag' }, |
| | | minWidth: 100 |
| | | }, |
| | | { |
| | |
| | | fixed: 'right', |
| | | slots: { default: 'action' }, |
| | | title: '操作', |
| | | width: 180 |
| | | width: 200 |
| | | } |
| | | ]; |
| | | |
| | |
| | | { |
| | | component: 'Select', |
| | | componentProps: { |
| | | // 选中了就只能修改 不能重置为无负责人 |
| | | allowClear: true, |
| | | showSearch: true, |
| | | getPopupContainer |
| | | }, |
| | | fieldName: 'respPerson', |