| | |
| | | const searchFormFields = ref({ |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | |
| | | [ |
| | | { "title": "浠撳簱鍚嶇О", "field": "浠撳簱鍚嶇О", type: "text" }, |
| | | { "title": "浜у搧鍥惧彿", "field": "浜у搧鍥惧彿", type: "text" }, |
| | | { "title": "鍗曢噸", "field": "鍗曢噸", type: "text"}, |
| | | ], [ |
| | | { "title": "鍝佸悕", "field": "鍝佸悕", type: "text" }, |
| | | { "title": "搴撳瓨鏁伴噺", "field": "搴撳瓨鏁伴噺", type: "text"}, |
| | | { "title": "鏂欏彿", "field": "鏂欏彿", type: "text" }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { field: '浠撳簱鍚嶇О', title: '浠撳簱鍚嶇О', type: 'string', width: 110, readonly: true, require: true, align: 'left' }, |