From bbf3bc13b6ba107103dc7c9bf4172bcd298cc0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 7 Jan 2025 10:51:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/article-list.vue | 16 ++++++++-------- components/diy/coupon.vue | 6 +++--- components/diy/data-magic.vue | 2 +- .../diy/modules/custom/model-custom-group.vue | 12 ++++++------ components/diy/modules/custom/model-panel.vue | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/components/diy/article-list.vue b/components/diy/article-list.vue index c68283c7..bc122c8d 100644 --- a/components/diy/article-list.vue +++ b/components/diy/article-list.vue @@ -19,10 +19,10 @@ -
-
{{ item.new_title ? item.new_title : item.data.title }}
-
{{ item.data.describe || '' }}
-
+ + {{ item.new_title ? item.new_title : item.data.title }} + {{ item.data.describe || '' }} + {{ field_show.includes('0') ? item.data.add_time : '' }} @@ -56,10 +56,10 @@ -
-
{{ item.new_title ? item.new_title : item.data.title }}
-
{{ item.data.describe || '' }}
-
+ + {{ item.new_title ? item.new_title : item.data.title }} + {{ item.data.describe || '' }} + {{ field_show.includes('0') ? item.data.add_time : '' }} diff --git a/components/diy/coupon.vue b/components/diy/coupon.vue index cf169620..a6160d41 100644 --- a/components/diy/coupon.vue +++ b/components/diy/coupon.vue @@ -38,13 +38,13 @@ -
+ {{ currency_symbol }} {{ item.discount_value }} -
+
{{ item.name }} {{ item.use_limit_type_name }} @@ -52,7 +52,7 @@
-
+ {{ item.status_operable_name }} diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue index a79c0570..90b6bcad 100644 --- a/components/diy/data-magic.vue +++ b/components/diy/data-magic.vue @@ -5,7 +5,7 @@