| | |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "æçç¼å·", |
| | | title: "车轮æ¡ç ", |
| | | field: "palletCode", |
| | | type: "string", |
| | | }, |
| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "æçç¼å·", field: "palletCode", type: "like" }, |
| | | { title: "车轮æ¡ç ", field: "palletCode", type: "like" }, |
| | | { title: "ç¶æ", field: "stockStatus", type: "int" }, |
| | | //{ title: "ç±»å", field: "wheels_Type", type: "int" }, |
| | | { title: "夿³¨", field: "remark", type: "like" }, |
| | |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | | title: "æçç¼å·", |
| | | title: "车轮æ¡ç ", |
| | | type: "string", |
| | | width: 100, |
| | | align: "left", |