mo 1 year ago
parent
commit
bfdabe8db9

+ 2 - 1
src/components/layout/modals/suggestion-option.tsx

@@ -28,7 +28,8 @@ export default defineComponent({
       suggestionTypeId: null,
       clientType: 'TEACHER',
       content: '',
-      attachmentUrls: ''
+      attachmentUrls: '',
+      type: "APP",
     });
     const state = reactive([]) as any;
 

+ 1 - 1
src/views/studentList/index.tsx

@@ -321,7 +321,7 @@ export default defineComponent({
               </>
             )
           }}>
-          新增学生
+          邀请学生
         </NButton>
         <div class={styles.tableWrap}>
           <NDataTable