| | |
| | | ], |
| | | [ |
| | | { title: "éé", field: "materialweight" }, |
| | | { |
| | | title: "ç©æç¶æ", |
| | | field: "wlstatus", |
| | | type: "select", |
| | | dataKey: "InventoryMaterialStatus", |
| | | data: [] |
| | | }, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | |
| | | data: [], |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "ç©æç¶æ", |
| | | field: "wlstatus", |
| | | type: "selectList", |
| | | dataKey: "InventoryMaterialStatus", |
| | | data: [], |
| | | }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { |
| | |
| | | |
| | | }, |
| | | { |
| | | field: "wlstatus", |
| | | title: "ç©æç¶æ", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "InventoryMaterialStatus", data: [] }, |
| | | }, |
| | | { |
| | | field: "isFull", |
| | | title: "æ¯å¦æ»¡ç", |
| | | type: "string", |