|
@@ -53,7 +53,7 @@ export default defineComponent({
|
|
params: {
|
|
params: {
|
|
...this.page,
|
|
...this.page,
|
|
status:
|
|
status:
|
|
- this.active === 0 ? '0,4,6' : this.active === 1 ? '1,2' : '3'
|
|
|
|
|
|
+ this.active === 0 ? '0,6' : this.active === 1 ? '1,2' : '3,4'
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
@@ -147,7 +147,7 @@ export default defineComponent({
|
|
const tabs = [
|
|
const tabs = [
|
|
{ name: 0, title: '待支付' },
|
|
{ name: 0, title: '待支付' },
|
|
{ name: 1, title: '待收货' },
|
|
{ name: 1, title: '待收货' },
|
|
- { name: 2, title: '已收货' }
|
|
|
|
|
|
+ { name: 2, title: '已完成' }
|
|
]
|
|
]
|
|
|
|
|
|
return (
|
|
return (
|