Commit 7503f814 authored by 华国豪's avatar 华国豪 🙄

调整考核统计页面列表顺序

parent f5594d83
...@@ -339,6 +339,7 @@ export default { ...@@ -339,6 +339,7 @@ export default {
this.columns.push(department); this.columns.push(department);
this.columns.push(userName); this.columns.push(userName);
this.columns.push(periods); this.columns.push(periods);
this.columns.push(LllegalModifyRemarkCount);
this.columns.push(rejectCount); this.columns.push(rejectCount);
this.columns.push(receivedPeopleCount); this.columns.push(receivedPeopleCount);
this.columns.push(orderCount); this.columns.push(orderCount);
...@@ -347,7 +348,7 @@ export default { ...@@ -347,7 +348,7 @@ export default {
this.columns.push(leaveEarlyCount); this.columns.push(leaveEarlyCount);
this.columns.push(complainCount); this.columns.push(complainCount);
this.columns.push(discountPrice); this.columns.push(discountPrice);
this.columns.push(LllegalModifyRemarkCount);
this.isReady = true; this.isReady = true;
}, },
sortChange(param) { sortChange(param) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment