From 1dd076f96a46341135a0b2b508f28879eee486b4 Mon Sep 17 00:00:00 2001 From: lwh <2679599887@qq.com> Date: Mon, 12 Jun 2023 22:20:53 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Shops/components/AddDialog.vue | 2 +- .../Shops/components/DetailDialog.vue | 149 ++++++++---------- .../Shops/components/EditDialog.vue | 47 +----- 3 files changed, 77 insertions(+), 121 deletions(-) diff --git a/src/views/business/ShopManager/Shops/components/AddDialog.vue b/src/views/business/ShopManager/Shops/components/AddDialog.vue index 4e2982e..4eb7ed6 100644 --- a/src/views/business/ShopManager/Shops/components/AddDialog.vue +++ b/src/views/business/ShopManager/Shops/components/AddDialog.vue @@ -34,7 +34,7 @@ + :value="item.goodsCategoryGuid"> diff --git a/src/views/business/ShopManager/Shops/components/DetailDialog.vue b/src/views/business/ShopManager/Shops/components/DetailDialog.vue index f1d941b..96e60e7 100644 --- a/src/views/business/ShopManager/Shops/components/DetailDialog.vue +++ b/src/views/business/ShopManager/Shops/components/DetailDialog.vue @@ -6,90 +6,62 @@ * @LastEditors: (黎文豪) * @LastEditTime: (2023-06-09) --> -