mo 3 years ago
parent
commit
e23d4de627
2 changed files with 7 additions and 7 deletions
  1. 5 5
      src/views/teamBuild/forecastName.vue
  2. 2 2
      src/views/teamBuild/initiationList.vue

+ 5 - 5
src/views/teamBuild/forecastName.vue

@@ -313,7 +313,7 @@
     <!-- 预报名链接 -->
     <qr-code
       v-model="codeStatus"
-      title="预报名链接"
+      title="预报名问卷"
       :codeUrl="codeUrl"
       @preLook="preLook"
       :ispreLook="true"
@@ -321,12 +321,12 @@
     <!-- 预报名详情 -->
     <qr-code
       v-model="codedetailStatus"
-      title="预报名详情"
+      title="预报名H5统计"
       :codeUrl="detailUrl"
     />
     <!-- 发送家长会通知 -->
     <el-dialog
-      title="发送家长会通知"
+      title="预报名家长会通知"
       :visible.sync="extendPaymentStatus"
       @close="onClose('extendForm')"
       width="400px"
@@ -384,7 +384,7 @@
 
     <!-- 回访记录 -->
     <el-dialog
-      title="意向列表"
+      title="意向统计"
       width="600px"
       destroy-on-close
       :close-on-click-modal="false"
@@ -487,7 +487,7 @@ export default {
     const rus = await getSysMessageConfig({
       type: "STUDENT_SMS_IM_MUSIC_GROUP_PARENT_MEETING_NOTICE",
     });
-    this.sysMsg = rus.data.content;
+    this.sysMsg = rus.data?.content||'';
     this.getList();
   },
   methods: {

+ 2 - 2
src/views/teamBuild/initiationList.vue

@@ -218,7 +218,7 @@
     />
     <!-- 发送家长会通知 -->
     <el-dialog
-      title="发送家长会通知"
+      title="启蒙课家长会通知"
       :visible.sync="extendPaymentStatus"
       @close="onClose('extendForm')"
       width="400px"
@@ -380,7 +380,7 @@ this.subjectList.push({id:-1,name:'无'})
       const rus = await getSysMessageConfig({
         type: "STUDENT_SMS_IM_MUSIC_GROUP_PARENT_MEETING_NOTICE",
       });
-      this.sysMsg = rus.data.content;
+     this.sysMsg = rus.data?.content||'';
       this.getList();
     },
     permission,