浏览代码

已收货改成 已完成 关闭的也放里

skyblued 3 年之前
父节点
当前提交
db19b7ef1e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/goods-order/index.tsx

+ 2 - 2
src/views/goods-order/index.tsx

@@ -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 (