From c548659d13f8ca90627fc8e0db2298fd6433a463 Mon Sep 17 00:00:00 2001
From: cabbage <281119120@qq.com>
Date: Fri, 6 Jun 2025 10:42:17 +0800
Subject: [PATCH 1/4] =?UTF-8?q?##=20=E5=8E=BB=E6=8E=89=E6=97=A7=E6=B1=87?=
=?UTF-8?q?=E4=BB=98=E3=80=81=E5=AE=9D=E4=BB=98=E6=94=AF=E4=BB=98=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/configManage/paySet/index.vue | 32 ++++++++++++-------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/views/configManage/paySet/index.vue b/src/views/configManage/paySet/index.vue
index 7300e84..a3e7b49 100644
--- a/src/views/configManage/paySet/index.vue
+++ b/src/views/configManage/paySet/index.vue
@@ -27,14 +27,14 @@
border>京东收银台(H5)
京东收银台(PC)
- 宝付微信
- 宝付微信扫码
- 汇付微信
- 汇付银行卡
+
+
+
+
+
+
+
+
Date: Tue, 17 Jun 2025 13:27:35 +0800
Subject: [PATCH 2/4] =?UTF-8?q?feat(commodity):=20=E5=95=86=E5=93=81?=
=?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=B7=BB=E5=8A=A0=E9=9A=B6=E5=B1=9E=E4=BD=93?=
=?UTF-8?q?=E7=B3=BB=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/logistics/commodity/ckspdd.vue | 32 ++++++++++++--
src/views/logistics/commodity/index.vue | 54 ++++++++++++++++++------
2 files changed, 69 insertions(+), 17 deletions(-)
diff --git a/src/views/logistics/commodity/ckspdd.vue b/src/views/logistics/commodity/ckspdd.vue
index a2b368e..90c1d8d 100644
--- a/src/views/logistics/commodity/ckspdd.vue
+++ b/src/views/logistics/commodity/ckspdd.vue
@@ -54,6 +54,21 @@
+
+
+
+
+
+
+
@@ -321,6 +336,12 @@
prop="memberName"
:label="'会员姓名'"
/>
+
{
+ this.vertexList = res.data
+ })
},
methods: {
getOrderStatus() {
diff --git a/src/views/logistics/commodity/index.vue b/src/views/logistics/commodity/index.vue
index ef8f1ab..bd64976 100644
--- a/src/views/logistics/commodity/index.vue
+++ b/src/views/logistics/commodity/index.vue
@@ -19,7 +19,21 @@
-
+
+
+
+
+
+
+
@@ -58,8 +72,7 @@
-
-
+
@@ -97,20 +110,21 @@
/>
-
-
-
-
-
+
+
+
+
+
+
+
{
this.paywayList = res.data
})
+ getVartexList().then((res) => {
+ this.vertexList = res.data
+ })
},
// 展开折叠
changeActive() {
From 42dc9205b021caa879c0951b24e504889f06e328 Mon Sep 17 00:00:00 2001
From: woody
Date: Tue, 17 Jun 2025 13:42:40 +0800
Subject: [PATCH 3/4] =?UTF-8?q?feat(topPerformance):=20=E9=A1=B6=E7=82=B9?=
=?UTF-8?q?=E5=A5=96=E9=87=91=E6=8B=A8=E6=AF=94=E5=88=97=E8=A1=A8=E7=BB=9F?=
=?UTF-8?q?=E8=AE=A1=E6=94=B9=E5=90=8D=E5=8F=8A=E5=88=97=E8=A1=A8=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/settlementCenter/topPerformance/index.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/settlementCenter/topPerformance/index.vue b/src/views/settlementCenter/topPerformance/index.vue
index 881db92..df4a776 100644
--- a/src/views/settlementCenter/topPerformance/index.vue
+++ b/src/views/settlementCenter/topPerformance/index.vue
@@ -46,7 +46,7 @@
-->
-
+
-
+
Date: Tue, 17 Jun 2025 14:16:48 +0800
Subject: [PATCH 4/4] =?UTF-8?q?feat(router):=20=20=E8=B7=AF=E7=94=B1?=
=?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=94=B9=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/router/index.js b/src/router/index.js
index b258f9c..1b7fe34 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -659,7 +659,7 @@ export const constantRoutes = [
path: 'topPerformance',
name: 'TopPerformance',
component: () => import('@/views/settlementCenter/topPerformance/index'),
- meta: { title: '顶点奖金拨比列表统计' },
+ meta: { title: '零线系统拨比统计' },
hidden: true
},
{