From b18bf8a95fed33abb562586033e66c95c549babe Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 2 Apr 2023 09:46:45 +0800 Subject: [PATCH] =?UTF-8?q?REVIEW=20=E5=95=86=E5=93=81=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../value/{form.vue => ValueForm.vue} | 27 ++++--- .../mall/product/property/value/index.vue | 80 +++++++++---------- 2 files changed, 53 insertions(+), 54 deletions(-) rename src/views/mall/product/property/value/{form.vue => ValueForm.vue} (81%) diff --git a/src/views/mall/product/property/value/form.vue b/src/views/mall/product/property/value/ValueForm.vue similarity index 81% rename from src/views/mall/product/property/value/form.vue rename to src/views/mall/product/property/value/ValueForm.vue index 51224986..e113825a 100644 --- a/src/views/mall/product/property/value/form.vue +++ b/src/views/mall/product/property/value/ValueForm.vue @@ -7,7 +7,7 @@ label-width="80px" v-loading="formLoading" > - + @@ -18,16 +18,13 @@ diff --git a/src/views/mall/product/property/value/index.vue b/src/views/mall/product/property/value/index.vue index 03b021ab..85383e63 100644 --- a/src/views/mall/product/property/value/index.vue +++ b/src/views/mall/product/property/value/index.vue @@ -1,9 +1,15 @@