| | |
| | | const editFormOptions = ref([ |
| | | [ |
| | | // { title: 'åºåº/åºåid', field: 'location_areaid', type: 'text' }, |
| | | { title: 'è´§ä½id', field: 'location_id', type: 'text' }, |
| | | { title: 'è´§ä½id', field: 'location_id', type: 'text', disabled:true }, |
| | | { |
| | | dataKey: 'LocationState', |
| | | data: [], |
| | |
| | | type: 'select', |
| | | }, |
| | | ], |
| | | [ |
| | | { title: 'è¡', required: true, field: 'location_line', type: 'number' }, |
| | | { |
| | | title: 'å', |
| | | required: true, |
| | | field: 'location_column', |
| | | type: 'number', |
| | | }, |
| | | { |
| | | title: 'å±', |
| | | required: true, |
| | | field: 'location_layer', |
| | | type: 'number', |
| | | }, |
| | | ], |
| | | [ |
| | | { |
| | | dataKey: 'LocationLocked', |
| | | data: [], |
| | | title: 'æ¯å¦è¢«éå®', |
| | | required: true, |
| | | field: 'location_islocked', |
| | | type: 'select', |
| | | }, |
| | | ], |
| | | // [ |
| | | // { title: 'è¡', required: true, field: 'location_line', type: 'number' }, |
| | | // { |
| | | // title: 'å', |
| | | // required: true, |
| | | // field: 'location_column', |
| | | // type: 'number', |
| | | // }, |
| | | // { |
| | | // title: 'å±', |
| | | // required: true, |
| | | // field: 'location_layer', |
| | | // type: 'number', |
| | | // }, |
| | | // ], |
| | | // [ |
| | | // { |
| | | // dataKey: 'LocationLocked', |
| | | // data: [], |
| | | // title: 'æ¯å¦è¢«éå®', |
| | | // required: true, |
| | | // field: 'location_islocked', |
| | | // type: 'select', |
| | | // }, |
| | | // ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | location_id: '', |