| | |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "ä»åºç±»å", |
| | | required: true, |
| | | field: "warehouseType", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "ä»åºç¶æ", |
| | | required: true, |
| | | field: "warehouseStatus", |
| | | type: "string", |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | title: "ä»åºæè¿°", |
| | | field: "warehouseDes", |
| | | type: "textarea", |
| | |
| | | { title: "ä»åºç¼å·", field: "warehouseCode", type: "like" }, |
| | | { title: "ä»åºåç§°", field: "warehouseName", type: "like" }, |
| | | { title: "ä»åºç±»å", field: "warehouseType", type: "like" }, |
| | | { title: "ä»åºç¶æ", field: "warehouseStatus", type: "like" }, |
| | | { |
| | | title: "ä»åºç¶æ", |
| | | field: "warehouseStatus", |
| | | type: "select", |
| | | dataKey: "enableEnum", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | type: "decimal", |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "enableEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "warehouseDes", |