This commit is contained in:
fan 2020-12-16 13:59:31 +08:00
parent c9dbe2701c
commit b604fdbe43
3 changed files with 15 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export default {
items: [
{ prop: 'dataMapId', label: '发布数据地图:', type: 'select', options: this.mapList, change: true, onChange: this.changeMapId},
{ prop: 'dataStationCode', label: '发布地图车站:', type: 'select', options: this.dataStationList },
{ prop: 'stationCode', label: '关联:', type: 'select', options: this.stationList }
{ prop: 'stationCode', label: '关联站:', type: 'select', options: this.stationList }
]
};
return form;

View File

@ -39,7 +39,7 @@ export default {
const form = {
labelWidth: '150px',
items: [
{ prop: 'stationCode', label: '关联:', type: 'select', options: this.stationList }
{ prop: 'stationCode', label: '关联站:', type: 'select', options: this.stationList }
]
};
return form;

View File

@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: "manage"
}
</script>
<style scoped>
</style>