diff --git a/src/views/incomePayments/meetManage/AddOrDetailMeet.vue b/src/views/incomePayments/meetManage/AddOrDetailMeet.vue
index 48089ec..08225c6 100644
--- a/src/views/incomePayments/meetManage/AddOrDetailMeet.vue
+++ b/src/views/incomePayments/meetManage/AddOrDetailMeet.vue
@@ -251,8 +251,9 @@
+ v-decorator="['meetingContactsList['+index+'].meetingContactsId']">
+
diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue
index c0c7d35..ca43f77 100644
--- a/src/views/signUp/SignUpEntrance.vue
+++ b/src/views/signUp/SignUpEntrance.vue
@@ -37,6 +37,13 @@
+
+
+
+ {{ item.meetingContactsName + (item.meetingContactsPhone ?':': '') + item.meetingContactsPhone + ' ' }}
+
+
@@ -44,13 +51,13 @@
- {{ currentMeetingInfo.meetingContent }}
+ {{ currentMeetingInfo.meetingContent }}
- {{ currentMeetingInfo.remark }}
+ {{ currentMeetingInfo.remark }}
@@ -318,4 +325,8 @@ export default {
height: 140px;
}
+.word-beak {
+ word-break: break-all;
+}
+
\ No newline at end of file
diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue
index 3f203ed..c31867b 100644
--- a/src/views/signUp/SignUpPage.vue
+++ b/src/views/signUp/SignUpPage.vue
@@ -47,6 +47,13 @@
+
+
+
+ {{ item.meetingContactsName + (item.meetingContactsPhone ?':': '') + item.meetingContactsPhone + ' ' }}
+
+
@@ -54,7 +61,7 @@
- {{ currentMeetingInfo.meetingContent }}
+ {{ currentMeetingInfo.meetingContent }}
@@ -76,7 +83,7 @@
- {{ currentMeetingInfo.remark }}
+ {{ currentMeetingInfo.remark }}
@@ -837,4 +844,7 @@ export default {
text-align: center;
margin-bottom: 10px;
}
+.word-beak {
+ word-break: break-all;
+}
\ No newline at end of file