上报库-详情页数据表头排序。

This commit is contained in:
wangzhijiang
2023-02-09 16:42:03 +08:00
parent 1ab1231855
commit b3f23bc0db
4 changed files with 41 additions and 1 deletions
@@ -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()