From e2f7bfb3c7c16dd91c3188939ab1c3e2aac418c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Mon, 9 Feb 2026 21:44:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(shop):=20=E6=9B=B4=E6=96=B0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=90=9C=E7=B4=A2=E7=BB=84=E4=BB=B6=E5=92=8C=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除订单类型和付款状态下拉选择框 - 添加订单状态下拉选择框并配置相关选项 - 调整搜索区域布局和样式微调 - 重新排序标签页顺序将全部标签页移至首位 - 注释掉开发环境API地址配置 --- .env.development | 2 +- .../shop/shopOrder/components/search.vue | 394 +++++++++--------- src/views/shop/shopOrder/index.vue | 2 +- 3 files changed, 200 insertions(+), 198 deletions(-) diff --git a/.env.development b/.env.development index fbcc74b..b8ccd8b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/views/shop/shopOrder/components/search.vue b/src/views/shop/shopOrder/components/search.vue index d6c416c..3d031ae 100644 --- a/src/views/shop/shopOrder/components/search.vue +++ b/src/views/shop/shopOrder/components/search.vue @@ -21,49 +21,49 @@ @search="reload" @pressEnter="reload" /> + + + + + + + + + + + + + + + + + + + + + 全部 - 普通订单 - 秒杀订单 - 拼团订单 + 已完成 + + + 已取消 + 退款中 + 退款被拒 + 退款成功 - - 全部 - 已付款 - 未付款 - - - - - - - - - - - - - - - - - + + + + + + + 不限 - 用户ID - 手机号 - 昵称 + 用户ID + 手机号 + 昵称 @@ -92,174 +92,176 @@ diff --git a/src/views/shop/shopOrder/index.vue b/src/views/shop/shopOrder/index.vue index f1dda8f..825ec21 100644 --- a/src/views/shop/shopOrder/index.vue +++ b/src/views/shop/shopOrder/index.vue @@ -11,13 +11,13 @@ + -