| | |
| | | const searchFormFields = ref({}); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "è´§ä½ç¼å·", "field": "locationCode", type: "text" }, |
| | | { "title": "è´§ä½ç¼å·", "field": "locationCode", type: "like" }, |
| | | { "title": "åå¨åè´§ä½ç¶æ", "field": "BeforeStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "åå¨åè´§ä½ç¶æ", "field": "AfterStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "åå¨ç±»å", "field": "changeType", type: "select", dataKey: "StatusChangeType", data: [] }, |