26648
This commit is contained in:
@@ -114,9 +114,9 @@
|
|||||||
},
|
},
|
||||||
{ prop: 'arriveTime', align: 'center', label: '到达时间' },
|
{ prop: 'arriveTime', align: 'center', label: '到达时间' },
|
||||||
{
|
{
|
||||||
prop: 'startAreaName',
|
prop: 'arriveAreaName',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
label: '出发地区',
|
label: '到达地区',
|
||||||
render: (h, {row}) => {
|
render: (h, {row}) => {
|
||||||
return h('span', null, row.arriveAreaName + row.arriveAddress)
|
return h('span', null, row.arriveAreaName + row.arriveAddress)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user