增加联锁表配置查询条件

This commit is contained in:
zyy 2020-03-26 17:23:19 +08:00
parent ead5bd01e6
commit aba49d9ee4
2 changed files with 12 additions and 0 deletions

View File

@ -63,6 +63,10 @@ export default {
type: 'text',
label: this.$t('map.pathName')
},
code: {
type: 'text',
label: '进路code'
},
stationCode: {
type: 'select',
label: this.$t('map.routeStationName'),

View File

@ -39,6 +39,10 @@ export default {
name: {
type: 'text',
label: this.$t('map.autoTurnedName')
},
code: {
type: 'text',
label: '折返进路code'
}
}
},
@ -52,6 +56,10 @@ export default {
title: this.$t('map.autoTurnedName'),
prop: 'name'
},
{
title: '折返进路code',
prop: 'code'
},
{
title: this.$t('map.routeStationName'),
prop: 'stationCode'