Преглед на файлове

Merge branch 'startLogin' into jenkins

mo преди 1 година
родител
ревизия
2a8502ab61
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 2 1
      src/components/layout/modals/suggestion-option.tsx
  2. 1 1
      src/views/studentList/index.tsx

+ 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