From 529ec678f298c4289c3cdc1729b19dc50467574e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 6 Dec 2024 17:35:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E7=AD=9B=E9=80=89=E5=86=85=E5=AE=B9=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/data-filter/index.vue | 35 ++++++------ src/components/common/filter-form/index.vue | 2 +- .../model-article-list-content.vue | 32 +++++------ .../model-article-tabs-content.vue | 32 +++++------ .../components/custom-dialog/index.vue | 6 +-- .../model-custom/model-custom-content.vue | 8 ++- .../model-goods-list-content.vue | 46 ++++++++-------- .../model-goods-tabs-content.vue | 54 +++++++++---------- src/config/const/article-list.ts | 4 +- src/config/const/article-tabs.ts | 4 +- src/config/const/goods-list.ts | 4 +- src/config/const/goods-tabs.ts | 4 +- src/config/setting/index.ts | 8 +-- src/store/modules/common.ts | 4 ++ 14 files changed, 121 insertions(+), 122 deletions(-) diff --git a/src/components/common/data-filter/index.vue b/src/components/common/data-filter/index.vue index c0a8c5c0..04321621 100644 --- a/src/components/common/data-filter/index.vue +++ b/src/components/common/data-filter/index.vue @@ -17,12 +17,12 @@ - + - + @@ -30,12 +30,12 @@ - {{ item.name }} + {{ item.name }} - {{ item.name }} + {{ item.name }} @@ -58,7 +58,7 @@ - + @@ -66,17 +66,12 @@ - - + {{ item.name }} - {{ item.name }} + {{ item.name }} @@ -102,7 +97,7 @@ - + @@ -110,12 +105,12 @@ - {{ item.name }} + {{ item.name }} - {{ item.name }} + {{ item.name }} @@ -123,10 +118,12 @@