From b09c50e18be5e8667d4237daae8e37348e48d8ba Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Mon, 27 Nov 2023 18:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/logistics/logisticDetil.vue | 6 +- subpkg/merchantDetails/merchantDetails.vue | 785 +++++++++++---------- 2 files changed, 399 insertions(+), 392 deletions(-) diff --git a/pages/logistics/logisticDetil.vue b/pages/logistics/logisticDetil.vue index b1da366..9d355c9 100644 --- a/pages/logistics/logisticDetil.vue +++ b/pages/logistics/logisticDetil.vue @@ -82,7 +82,7 @@ - X{{item.product_num}}{{item.goods_unit}} + X{{item.product_num}} @@ -211,7 +211,7 @@ {{item.goods_name}} - X{{item.product_num}}{{item.goods_unit}} + X{{item.product_num}} @@ -320,7 +320,7 @@ {{item.goods_name}} - X{{item.product_num}}{{item.goods_unit}} + X{{item.product_num}} diff --git a/subpkg/merchantDetails/merchantDetails.vue b/subpkg/merchantDetails/merchantDetails.vue index 7bc5a97..73753ba 100644 --- a/subpkg/merchantDetails/merchantDetails.vue +++ b/subpkg/merchantDetails/merchantDetails.vue @@ -1,424 +1,431 @@ \ No newline at end of file