暂提
This commit is contained in:
parent
c9dbe2701c
commit
b604fdbe43
@ -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;
|
||||
|
@ -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;
|
||||
|
13
src/views/messageBoard/manage.vue
Normal file
13
src/views/messageBoard/manage.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "manage"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user