From d910c5bc33f1f92ab3b59df11818ec396cb944f7 Mon Sep 17 00:00:00 2001
From: ll <2149573631@qq.com>
Date: Sat, 6 May 2023 08:36:46 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/AddConsultingHotlineDialog.vue | 12 +-
.../DetailConsultingHotlineDialog.vue | 8 +-
.../EditConsultingHotlineDialog.vue | 12 +-
.../contact_info/consulting_hotline/index.vue | 132 ++++++++++--------
.../contact_info/contact_infomation/index.vue | 2 +-
.../components/AddContactScancodeDialog.vue | 95 +++++++------
.../contact_info/contact_scancode/index.vue | 4 +-
7 files changed, 140 insertions(+), 125 deletions(-)
diff --git a/src/pages/index/contact_us/contact_info/consulting_hotline/components/AddConsultingHotlineDialog.vue b/src/pages/index/contact_us/contact_info/consulting_hotline/components/AddConsultingHotlineDialog.vue
index bb167ec..21a00aa 100644
--- a/src/pages/index/contact_us/contact_info/consulting_hotline/components/AddConsultingHotlineDialog.vue
+++ b/src/pages/index/contact_us/contact_info/consulting_hotline/components/AddConsultingHotlineDialog.vue
@@ -11,26 +11,26 @@
@@ -86,13 +86,13 @@ const rules = reactive({
consulting_hotline_user: [
{
required: true,
- message: '资讯留言人不能为空'
+ message: '咨询留言人不能为空'
}
],
consulting_hotline_phone: [
{
required: true,
- message: '资讯热线方式不能为空'
+ message: '咨询热线方式不能为空'
}
]
});
diff --git a/src/pages/index/contact_us/contact_info/consulting_hotline/components/DetailConsultingHotlineDialog.vue b/src/pages/index/contact_us/contact_info/consulting_hotline/components/DetailConsultingHotlineDialog.vue
index 7f42c1e..a186f95 100644
--- a/src/pages/index/contact_us/contact_info/consulting_hotline/components/DetailConsultingHotlineDialog.vue
+++ b/src/pages/index/contact_us/contact_info/consulting_hotline/components/DetailConsultingHotlineDialog.vue
@@ -11,26 +11,26 @@
diff --git a/src/pages/index/contact_us/contact_info/consulting_hotline/components/EditConsultingHotlineDialog.vue b/src/pages/index/contact_us/contact_info/consulting_hotline/components/EditConsultingHotlineDialog.vue
index 9cd8886..119d48f 100644
--- a/src/pages/index/contact_us/contact_info/consulting_hotline/components/EditConsultingHotlineDialog.vue
+++ b/src/pages/index/contact_us/contact_info/consulting_hotline/components/EditConsultingHotlineDialog.vue
@@ -11,26 +11,26 @@
@@ -94,13 +94,13 @@ const rules = reactive({
consulting_hotline_user: [
{
required: true,
- message: '资讯留言人不能为空'
+ message: '咨询留言人不能为空'
}
],
consulting_hotline_phone: [
{
required: true,
- message: '资讯热线方式不能为空'
+ message: '咨询热线方式不能为空'
}
]
});
diff --git a/src/pages/index/contact_us/contact_info/consulting_hotline/index.vue b/src/pages/index/contact_us/contact_info/consulting_hotline/index.vue
index 5dc508b..63e0494 100644
--- a/src/pages/index/contact_us/contact_info/consulting_hotline/index.vue
+++ b/src/pages/index/contact_us/contact_info/consulting_hotline/index.vue
@@ -1,33 +1,42 @@
- 咨询热线管理
- 咨询热线列表
+ 联系方式
+ 咨询热线列表
-
-
-
-
-
-
-
-
+
+
+
+
+
+
搜索
-
+
- 添加
+
+ 添加
+
-
-
@@ -51,8 +60,6 @@
:params="params"
:request="params => getConsultingHotlineList(params)"
>
-
-
@@ -64,7 +71,7 @@
-
+
详情
@@ -78,18 +85,30 @@
-
+
-
-
+ v-model="EditConsultingHotlineDialogVisible"
+ :data="EditConsultingHotlineDialogRow"
+ :done="() => tableRef.reload()"
+ >
+
+
diff --git a/src/pages/index/contact_us/contact_info/contact_infomation/index.vue b/src/pages/index/contact_us/contact_info/contact_infomation/index.vue
index 08d7be0..12eee61 100644
--- a/src/pages/index/contact_us/contact_info/contact_infomation/index.vue
+++ b/src/pages/index/contact_us/contact_info/contact_infomation/index.vue
@@ -2,7 +2,7 @@
联系方式
- 联系方式
+ 联系信息
diff --git a/src/pages/index/contact_us/contact_info/contact_scancode/components/AddContactScancodeDialog.vue b/src/pages/index/contact_us/contact_info/contact_scancode/components/AddContactScancodeDialog.vue
index 61c15da..f52b1f7 100644
--- a/src/pages/index/contact_us/contact_info/contact_scancode/components/AddContactScancodeDialog.vue
+++ b/src/pages/index/contact_us/contact_info/contact_scancode/components/AddContactScancodeDialog.vue
@@ -1,23 +1,38 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -25,77 +40,67 @@
-
+
diff --git a/src/pages/index/contact_us/contact_info/contact_scancode/index.vue b/src/pages/index/contact_us/contact_info/contact_scancode/index.vue
index f16da66..ece9519 100644
--- a/src/pages/index/contact_us/contact_info/contact_scancode/index.vue
+++ b/src/pages/index/contact_us/contact_info/contact_scancode/index.vue
@@ -1,7 +1,7 @@
- 联系扫码管理
+ 联系方式
联系扫码列表
@@ -10,7 +10,7 @@
添加
-
+