| | |
| | | sortName: "id" |
| | | }); |
| | | const editFormFields = ref({ |
| | | "id":"", |
| | | "carType": "", |
| | | "mttype": "", |
| | | "neworold": "", |
| | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | "carType":"", |
| | | mttype:"" |
| | | "mttype":"" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "éç¨è½¦å", "field": "carType", type: "like" }, |
| | | { "title": "éç¨è½¦å", "field": "carType", type: "text" }, |
| | | //{ "title": "è´§ä½ç¶æ", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "卿屿§", "field": "mttype", type: "text" }, |
| | | ], |