a
This commit is contained in:
@@ -437,9 +437,9 @@ export default {
|
||||
},
|
||||
sortChange(column, prop, order) {
|
||||
if (column.order === 'ascending') {
|
||||
this.order = '进程'
|
||||
this.order = '进程代码'
|
||||
} else if (column.order === 'descending') {
|
||||
this.order = '进程 DESC'
|
||||
this.order = '进程代码 DESC'
|
||||
} else {
|
||||
this.order = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user