增加联锁表配置查询条件
This commit is contained in:
parent
ead5bd01e6
commit
aba49d9ee4
@ -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'),
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user