diff --git a/src/views/ibp/copy.vue b/src/views/ibp/copy.vue
index a8c3cc1d9..06f1979c8 100644
--- a/src/views/ibp/copy.vue
+++ b/src/views/ibp/copy.vue
@@ -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;
diff --git a/src/views/ibp/create.vue b/src/views/ibp/create.vue
index 89847eaed..2dcffdd1c 100644
--- a/src/views/ibp/create.vue
+++ b/src/views/ibp/create.vue
@@ -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;
diff --git a/src/views/messageBoard/manage.vue b/src/views/messageBoard/manage.vue
new file mode 100644
index 000000000..89e974d94
--- /dev/null
+++ b/src/views/messageBoard/manage.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+