From 67b238e11d8fc81b546409a1ea0d4c2a5ba4618a Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 17 Jun 2025 13:27:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(commodity):=20=E5=95=86=E5=93=81=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=B7=BB=E5=8A=A0=E9=9A=B6=E5=B1=9E=E4=BD=93=E7=B3=BB?= =?UTF-8?q?=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() {