onepsycho@163.com 11 months ago
parent
commit
dc4bcb6cb3

+ 2 - 2
TEAMModelOS/ClientApp/public/lang/zh-TW.js

@@ -1637,8 +1637,8 @@ const LANG_ZH_TW = {
             tip13: '切換模式將會清空目前已設定的答案,是否確認切換?',
             onlyUpper: '客觀題答案僅能輸入大寫英文字母'
         },
-        secretTip1: '暂不公开',
-        secretTip2: '勾选后保存的试卷仅有管理员及本人能看到',
+        secretTip1: '暫不公開',
+        secretTip2: '勾選後儲存的試卷僅有管理員及本人能看到',
         cpTip1: '從題庫挑選',
         cpTip2: '從試卷挑選',
         paperPickTip1: '當前已挑選',

+ 2 - 2
TEAMModelOS/ClientApp/src/view/areaMgmt/AreaIndex.vue

@@ -129,8 +129,8 @@
 						<div class="schoolnot" v-else>{{ $t("areaStatistics.notimages") }}</div>
 					</template>
 					<template #action="{ row, index }">
-						<Button type="primary" size="small" round style="margin-right: 15px" @click="show(row)">课堂详情</Button>
-						<Button type="info" size="small" round style="margin-right: 15px" @click="goSkorate(row)">教研详情</Button>
+						<Button type="primary" size="small" round style="margin-right: 15px" @click="show(row)">{{ $t('home.classData') }}</Button>
+						<Button type="info" size="small" round style="margin-right: 15px" @click="goSkorate(row)">{{ $t('system.menu.toSokrates2') }}</Button>
 					</template>
 				</Table>
 			</div>