lrf402788946 il y a 4 ans
Parent
commit
610136bf8d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/classes/parts/class-table.vue

+ 1 - 1
src/views/classes/parts/class-table.vue

@@ -444,7 +444,7 @@ export default {
         const { notified } = this.noticeList;
         if (notified) {
           const r = notified.find(f => f.notifiedid == teaid);
-          if (!r) word = '未绑定微信';
+          if (!r) word = '未收到通知';
           else {
             word = r.status == '0' ? '未确认' : '已确认';
           }