11wqe1 3 дней назад
Родитель
Сommit
40877317d2

+ 2 - 1
src/components/pages/studentManageNew/component/addstu.vue

@@ -168,11 +168,12 @@
               <span class="download-template" @click="downloadTemplate"
                 >{{ lang.ssDownloadTemp }}</span
               >
+              <span style="margin-left: 10px;font-weight: 600;">{{ lang.ssAccColOptional }}</span>
             </div>
             <div v-if="boxType == 0" style="margin-top: 10px;font-weight: 600;">
               {{ lang.ssUploadNote }}
             </div>
-            <div v-else style="margin-top: 10px">
+            <div v-else style="margin-top: 10px;font-weight: 600;">
               {{ lang.ssSyncImportClassInfo }}
             </div>
             <!-- <div style="margin-top: 10px">

+ 3 - 2
src/lang/cn.json

@@ -2015,7 +2015,8 @@
   "ssUploadTip":"支持格式:.xlsx,.xls,大小不超过10MB",
   "ssUploadTempLbl":"上传模板:",
   "ssDownloadTemp":"下载模板",
-  "ssUploadNote":"提示:请按照模板填写学生信息。账户列非必填:手动输入则以输入为准,未输入则由系统自动生成。",
+  "ssUploadNote":"提示:请按照模板填写学生信息。",
+  "ssAccColOptional":"账户列非必填:手动输入则以输入为准,未输入则由系统自动生成。",
   "ssGetSuffixReUp":"正在获取后缀,请重新上传",
   "ssGetSuffixReAdd":"正在获取后缀,请重新添加",
   "ssCheckStuNameCol":"请检查上传文件学生姓名列是否填写正确",
@@ -2052,7 +2053,7 @@
   "ssSelectCourseType":"请选择课程类型",
   "ssSelectedCourse":"已选择 * 个课程",
   "ssSelectedApp":"已选择 * 个应用",
-  "ssSyncImportClassInfo":"提示: 如需同步导入班级信息,请于此处下载导入模板,并于【班级】列准确输入年级+班级名称作为学生班级(兴趣班不支持导入学生)。",
+  "ssSyncImportClassInfo":"提示:如需同步导入班级信息,请于模板中的班级列,输入当前年级+班级名称作为学生班级(如六年级01班,兴趣班不支持新建学生)。",
   "ssNoSettingAnswer":"未设置正确答案",
   "allGrades": "全部年级",
   "ssVoteTopic": "投票主题"

+ 3 - 2
src/lang/en.json

@@ -2014,7 +2014,8 @@
   "ssUploadTip":"Supported: xlsx, xls , up to 10MB",
   "ssUploadTempLbl":"Upload template:",
   "ssDownloadTemp":"Download template",
-  "ssUploadNote":"Tip: Please fill in student information according to the template format. The account column is optional: if manually entered, the input will be used; if not entered, it will be generated automatically by the system.",
+  "ssUploadNote":"Tip: Please fill in student information according to the template format.",
+  "ssAccColOptional":"Account column is optional: manual input takes priority; if empty, it will be auto-generated by the system.",
   "ssGetSuffixReUp":"Getting suffix, please re-upload",
   "ssGetSuffixReAdd":"Getting suffix, please re-add",
   "ssCheckStuNameCol":"Please check whether the student name column in the uploaded file is correct",
@@ -2052,7 +2053,7 @@
   "ssSelectedCourse":"Selected * courses",
   "ssSelectedApp":"Selected * apps",
   "ssNoSettingAnswer":"No correct answer set",
-  "ssSyncImportClassInfo":"Tip: If you need to synchronize import class information, please download the import template here, and accurately enter the grade + class name as the student class in the [Class] column (interest classes do not support importing students).",
+  "ssSyncImportClassInfo":"Tip: For importing class information, please enter the grade + class name in the [Class] column as the student class (e.g., 6th grade 01 class, interest classes do not support importing students).",
   "allGrades": "All Grades",
   "ssVoteTopic": "Voting Theme"
 }

+ 3 - 2
src/lang/hk.json

@@ -2014,7 +2014,8 @@
   "ssUploadTip":"支持格式:.xlsx,.xls,大小不超過10MB",
   "ssUploadTempLbl":"上傳模板:",
   "ssDownloadTemp":"下載模板",
-  "ssUploadNote":"提示:請按照模板格式填寫學生信息。賬戶列非必填:手動輸入則以輸入為準,未輸入則由系統自動生成。",
+  "ssUploadNote":"提示:請按照模板格式填寫學生信息。",
+  "ssAccColOptional":"賬戶列非必填:手動輸入則以輸入為準,未輸入則由系統自動生成。",
   "ssGetSuffixReUp":"正在獲取後綴,請重新上傳",
   "ssGetSuffixReAdd":"正在獲取後綴,請重新添加",
   "ssCheckStuNameCol":"請檢查上傳文件學生姓名列是否填寫正確",
@@ -2053,7 +2054,7 @@
   "ssSelectedApp":"已選擇 * 個應用",
   "ssCocoNoteUpdateTips":"協同建構不支持修改基本信息,只支持加入分組。",
   "ssNoSettingAnswer":"未設置正確答案",
-  "ssSyncImportClassInfo":"提示: 如需同步導入班級信息,請於此處下載導入模板,並於【班級】列準確輸入年級+班級名稱作為學生班級(興趣班不支持導入學生)。",
+  "ssSyncImportClassInfo":"提示:如需同步導入班級信息,請於模板中的班級列,輸入當前年級+班級名稱作為學生班級(如六年級01班,興趣班不支持導入學生)。",
   "allGrades": "全部年級",
   "ssVoteTopic": "投票主題"
 }