From e2aa28b9d821e1cb50d2605fe597ec6f9b5579f0 Mon Sep 17 00:00:00 2001
From: duan <1004387497@qq.com>
Date: Mon, 2 Sep 2024 10:36:57 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E4=B8=AD=E5=BF=83?=
=?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/shop/components/extend.vue | 15 ++++++---------
src/views/shop/notifications/index.vue | 4 ++--
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/src/views/shop/components/extend.vue b/src/views/shop/components/extend.vue
index e62f811..7776926 100644
--- a/src/views/shop/components/extend.vue
+++ b/src/views/shop/components/extend.vue
@@ -6,20 +6,17 @@
{{ row.row.type == 'text' ? '文本' : '图片' }}
- -->
+ -->
-
-
-
+
{{ row.row.value }}
- 编辑
+ 编辑
@@ -47,7 +44,7 @@
- {{form.detail}}
+ {{ form.detail }}
diff --git a/src/views/shop/notifications/index.vue b/src/views/shop/notifications/index.vue
index 952bd41..e143d4d 100644
--- a/src/views/shop/notifications/index.vue
+++ b/src/views/shop/notifications/index.vue
@@ -35,13 +35,13 @@
-
+
-
+
From b9e41d220a8780118e97e7244cdbcdf181c6b068 Mon Sep 17 00:00:00 2001
From: duan <1004387497@qq.com>
Date: Mon, 2 Sep 2024 14:29:30 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=B0=86=E9=80=9A=E7=9F=A5=E4=B8=AD?=
=?UTF-8?q?=E5=BF=83=EF=BC=8C=E6=94=B9=E6=88=90=E5=BA=97=E9=93=BA=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/shop/shop_configuration.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/shop/shop_configuration.vue b/src/views/shop/shop_configuration.vue
index 3d30106..bee45ee 100644
--- a/src/views/shop/shop_configuration.vue
+++ b/src/views/shop/shop_configuration.vue
@@ -5,8 +5,9 @@
-
+
+
@@ -15,6 +16,7 @@
+
@@ -26,11 +28,12 @@ import notice from './components/notice'
import securitySetting from './components/securitySetting'
import extend from './components/extend'
import goxcx from './components/goxcx'
+import notifications from './notifications/index.vue'
export default {
components: {
shopInfo,
shopSetting,
- notice,securitySetting,extend,goxcx
+ notice,securitySetting,extend,goxcx,notifications
},
data() {
return {