Commit 018fa909 authored by Facius's avatar Facius

fix: 订单列表页面触发排序的条件修改

parent 50eb31ae
...@@ -187,7 +187,7 @@ export default { ...@@ -187,7 +187,7 @@ export default {
}, },
needSort() { needSort() {
// 待预约, 待签到,待完工需要排序 // 待预约, 待签到,待完工需要排序
return this.current + this.current[this.curNow] < 3 return this.curNow + this.current[this.curNow] < 3
}, },
pageSizes() { pageSizes() {
// 待预约, 待签到,待完工,因为需要排序,所以暂时去掉分页,一次要完所有 // 待预约, 待签到,待完工,因为需要排序,所以暂时去掉分页,一次要完所有
......
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