11wqe1 пре 1 месец
родитељ
комит
7805372a8e

+ 1 - 1
src/components/pages/liyuan/CourseCon.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="teacherDevelop">
-    <topBar title="课程建设" detail="智能课程管理 · 数字化教学资源 · 协同教研平台"></topBar>
+    <topBar title="课程建设" detail="智能课程管理 · 数字化教学资源 · AI赋能备课教学"></topBar>
     <div class="cardBox">
       <card v-for="item in cardArray" :key="item.title" :title="item.title" :icon="item.icon" :to="item.to" :type="item.type"></card>
     </div>

+ 1 - 1
src/components/pages/liyuan/aiOffice.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="teacherDevelop">
-    <topBar title="智能教务" detail="资料搜集 · 智能表单 · 教师管理 · 会议妙记"></topBar>
+    <topBar title="智能教务" detail="日常资料收集 · AI智能分析 · 会议智能转录 · 平台账号管理"></topBar>
     <div class="cardBox">
       <card v-for="item in cardData(cardArray)" :key="item.title" :title="item.title" :icon="item.icon" :to="item.to" :type="item.type"></card>
     </div>

+ 1 - 1
src/components/pages/liyuan/schoolSafe.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="teacherDevelop">
-    <topBar title="平安校园" detail="科学的目标体系 · 多维度评价分析 · 全面的成长报告"></topBar>
+    <topBar title="平安校园" detail="日常巡查记录 · AI辅助分析"></topBar>
     <div class="cardBox">
       <card v-for="item in cardArray" :key="item.title" :title="item.title" :icon="item.icon" :to="item.to" :type="item.type"></card>
     </div>

+ 1 - 1
src/components/pages/liyuan/teacherDevelop.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="teacherDevelop">
-    <topBar title="教师发展" detail="资料收集 · 智能表单 · 教师管理 · 会议妙计"></topBar>
+    <topBar title="教师发展" detail="教师年度考核 · 教师成长画像 · AI课堂观察"></topBar>
     <div class="cardBox">
       <card v-for="item in cardData(cardArray)" :key="item.title" :title="item.title" :icon="item.icon" :to="item.to" :type="item.type"></card>
     </div>