| | |
| | | const editFormOptions = ref([ |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | wheels_Location:"" |
| | | |
| | | wheel_code:"", |
| | | model:"", |
| | | axes_type:"", |
| | | repair_item:"", |
| | | wheels_mttype:"", |
| | | dqtz_state:"", |
| | | venderno:"", |
| | | wheels_Location:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "车轮æ¡ç ", "field": "wheel_code", type: "text" }, |
| | | { "title": "车å", "field": "model", type: "text" }, |
| | | { "title": "车å", "field": "model", type: "select", dataKey: "traintype_names", data: [] }, |
| | | //{ "title": "åºåç±»å", "field": "StockType", type: "select", dataKey: "GroupType", data: [] }, |
| | | { "title": "è½®å", "field": "axes_type", type: "text" }, |
| | | ], |
| | | [ |
| | | { "title": "åºä½å·", "field": "locate", type: "text" }, |
| | | |
| | | { "title": "æ°/æ§", "field": "repair_item", type: "select", dataKey: "NewOld", data: [] }, |
| | | { "title": "卿屿§", "field": "dqtz_state", type: "text" }, |
| | | { "title": "ç级", "field": "venderno", type: "text" }, |
| | | ], |
| | | [ |
| | | { "title": "åºä½å·", "field": "wheels_Location", type: "text" }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |