| | |
| | | key: "station_id", |
| | | footer: "Foots", |
| | | cnName: "ç«å°ä¿¡æ¯", |
| | | name: "PlatformStation", |
| | | url: "/PlatformStation/", |
| | | name: "Dt_PlatformStation", |
| | | url: "/Dt_PlatformStation/", |
| | | sortName: "station_id", |
| | | }); |
| | | const editFormFields = ref({ |
| | | station_code: "", |
| | | station_name: "", |
| | | station_material: "", |
| | | // station_code: "", |
| | | // station_name: "", |
| | | // station_material: "", |
| | | station_enable: "", |
| | | station_Area: "", |
| | | station_remark: "", |
| | | station_storey:'' |
| | | // station_Area: "", |
| | | // station_remark: "", |
| | | // station_storey:'' |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | title: "ç«å°ç¼å·", |
| | | field: "station_code", |
| | | type: "int", |
| | | }, |
| | | { |
| | | title: "ç«å°ç±»å", |
| | | required: true, |
| | | field: "station_material", |
| | | type: "select", |
| | | dataKey: "PlatformStationEnum", |
| | | data: [], |
| | | },{ |
| | | title: "æ¯å¦å¯ç¨", |
| | | required: true, |
| | | field: "station_enable", |
| | |
| | | }, |
| | | |
| | | ], |
| | | [ |
| | | { |
| | | title: "ç«å°æå±ç¼å·", |
| | | required: true, |
| | | field: "childPosiDeviceCode", |
| | | type: "string", |
| | | },{ |
| | | title: "å åæºç«å°ç¼å·", |
| | | required: true, |
| | | field: "station_storey", |
| | | type: "string", |
| | | }, |
| | | { |
| | | title: "夿³¨", |
| | | field: "station_remark", |
| | | type: "string", |
| | | }, |
| | | ] |
| | | // [ |
| | | // { |
| | | // title: "ç«å°æå±ç¼å·", |
| | | // required: true, |
| | | // field: "childPosiDeviceCode", |
| | | // type: "string", |
| | | // },{ |
| | | // title: "å åæºç«å°ç¼å·", |
| | | // required: true, |
| | | // field: "station_storey", |
| | | // type: "string", |
| | | // }, |
| | | // { |
| | | // title: "夿³¨", |
| | | // field: "station_remark", |
| | | // type: "string", |
| | | // }, |
| | | // ] |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | station_code: "", |
| | |
| | | align: "left", |
| | | sort:true |
| | | // link: true, |
| | | },{ |
| | | field: "ro_id", |
| | | title: "ä»åºç¼å·", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | sort:true |
| | | // link: true, |
| | | } |
| | | ]); |
| | | return { |