上报库-详情页数据表头排序。
This commit is contained in:
@@ -639,6 +639,8 @@
|
||||
this.orderBy = sorter.order == 'ascend' ? '1' : '2'
|
||||
if(sorter.columnKey == 'nioNumber'){
|
||||
sorter.columnKey = 'nio_number'
|
||||
}else if (sorter.columnKey == 'syncTime'){
|
||||
sorter.columnKey = 'sync_time'
|
||||
}
|
||||
this.orderByField = sorter.columnKey
|
||||
this.getTableList()
|
||||
|
||||
Reference in New Issue
Block a user