From f9bb7ed672d52427690395127619176549bdb764 Mon Sep 17 00:00:00 2001 From: zdg Date: Fri, 20 Dec 2024 09:43:56 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/views/prepare/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/src/views/prepare/index.vue b/src/renderer/src/views/prepare/index.vue index 5b254bf..d2933d3 100644 --- a/src/renderer/src/views/prepare/index.vue +++ b/src/renderer/src/views/prepare/index.vue @@ -461,7 +461,6 @@ export default { } case 'wsApp': { // 发送app端待开课消息 // console.log('wsApp', row) - window.test = sessionStore if (!!sessionStore.get('curr.classcourse')) return ElMessage.warning('公屏已打开,请勿重复操作') const head = MsgEnum.HEADS.MSG_0000 const data = { id: row.id } From 3a6c7dfa477707fd32cb7d0afa7ba154648ffec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czouyf=E2=80=9D?= <80906036@qq.com> Date: Fri, 20 Dec 2024 10:25:30 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9A=82=E5=B1=8F=E8=94=BD-[=E6=A0=A1?= =?UTF-8?q?=E6=9C=AC=E9=A2=98=E5=BA=93,=20=E6=99=BA=E8=83=BD=E6=8E=A8?= =?UTF-8?q?=E8=8D=90,=20AI=E8=AE=BE=E8=AE=A1=E4=BD=9C=E4=B8=9A]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/classTask/newClassTaskAssign/Right/index.vue | 6 +++--- .../src/views/classTask/newClassTaskAssign/index.vue | 4 ++-- .../classTask/newClassTaskAssign/questToPPTist/index.vue | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/Right/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/Right/index.vue index b911c6c..d38a901 100644 --- a/src/renderer/src/views/classTask/newClassTaskAssign/Right/index.vue +++ b/src/renderer/src/views/classTask/newClassTaskAssign/Right/index.vue @@ -30,12 +30,12 @@ import { ElMessage } from 'element-plus' const emit = defineEmits(['itemClick']) const items = shallowRef([ { title: '自主搜题', description: '上千万高质量习题资源,历届考试真题,每道题均有习题解析', icon: '#icon-soutibao-',type:'primary' }, - { title: '校本题库', description: '本校公共题库资源。', icon: '#icon-soutibao-',type:'primary' }, + // { title: '校本题库', description: '本校公共题库资源。', icon: '#icon-soutibao-',type:'primary' }, { title: '个人题库', description: '老师上传维护自己的个人题库。', icon: '#icon-soutibao-',type:'primary' }, - { title: '智能推荐', description: '通过对学生的薄弱知识点分析,推送不同难度的习题进行强化训练。', icon: '#icon-tubiao_wuxing-',type:'primary' }, + // { title: '智能推荐', description: '通过对学生的薄弱知识点分析,推送不同难度的习题进行强化训练。', icon: '#icon-tubiao_wuxing-',type:'primary' }, { title: '课堂展示', description: '通过课堂白板绘制作业,提升学生的创作思维能力。', icon: '#icon-huaban',type:'danger' }, { title: '常规作业', description: '推送pdf、视频、音频、图片,学生可以拍照上传。', icon: '#icon-zhaoxiangji',type:'danger' }, - { title: 'AI设计作业', description: '通过AI助手,根据课标、教材、考试等分析结果,智能创建作业。', icon: '#icon-jiqiren_o',type:'danger' }, + // { title: 'AI设计作业', description: '通过AI助手,根据课标、教材、考试等分析结果,智能创建作业。', icon: '#icon-jiqiren_o',type:'danger' }, { title: '习题上传', description: '自己上传个人题库。', icon: '#icon-shangchuan',type:'danger' }, ]); diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/index.vue index cf07db2..5e96637 100644 --- a/src/renderer/src/views/classTask/newClassTaskAssign/index.vue +++ b/src/renderer/src/views/classTask/newClassTaskAssign/index.vue @@ -58,9 +58,9 @@ - + diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/questToPPTist/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/questToPPTist/index.vue index 2d7e448..156da53 100644 --- a/src/renderer/src/views/classTask/newClassTaskAssign/questToPPTist/index.vue +++ b/src/renderer/src/views/classTask/newClassTaskAssign/questToPPTist/index.vue @@ -6,9 +6,9 @@ - + From 54be3cad4f4f1573769ce64f5cc2aee987d4fe11 Mon Sep 17 00:00:00 2001 From: lyc Date: Fri, 20 Dec 2024 10:56:55 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=95=99=E5=AD=A6?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/layout/components/Aside.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/renderer/src/layout/components/Aside.vue b/src/renderer/src/layout/components/Aside.vue index ed60198..b19f29c 100644 --- a/src/renderer/src/layout/components/Aside.vue +++ b/src/renderer/src/layout/components/Aside.vue @@ -84,7 +84,7 @@ const isStadium = () => { const headerMenus = isStadium() ?[{ name: '教学实践', - id: 4, + id: 6, icon: 'icon-jiaoxueshijian', path: '/prepare' },]:[ @@ -94,12 +94,12 @@ const headerMenus = isStadium() ?[{ icon: 'icon-shouye', path: '/model/index' }, - { - name: '教学工作台', - id: 2, - icon: 'icon-gongzuotai', - path: '/desktop' - }, + // { + // name: '教学工作台', + // id: 2, + // icon: 'icon-gongzuotai', + // path: '/desktop' + // }, { name: '教学实践', id: 4, From 7bca2fdc2ded1dd249f520a1f504f073f57de560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czouyf=E2=80=9D?= <80906036@qq.com> Date: Fri, 20 Dec 2024 11:05:22 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[=E4=BD=9C=E4=B8=9A=E6=89=B9=E6=94=B9]=20-?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E7=A7=91=E5=AD=A6=E5=AE=9E=E9=AA=8C?= =?UTF-8?q?=E7=9A=84=E6=89=B9=E6=94=B9(=E5=90=8C=E5=B8=B8=E8=A7=84?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../container/classTask/item-dialog-score.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue b/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue index 044f98e..0c90c6c 100644 --- a/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue +++ b/src/renderer/src/views/classTask/container/classTask/item-dialog-score.vue @@ -141,7 +141,8 @@ v-if=" dialogProps.studentObj.worktype == '常规作业' || dialogProps.studentObj.worktype == '课堂展示' || - dialogProps.studentObj.worktype == '框架梳理' + dialogProps.studentObj.worktype == '框架梳理' || + dialogProps.studentObj.worktype == '科学实验' " >
@@ -157,7 +158,8 @@ v-if=" dialogProps.studentObj.worktype == '常规作业' || dialogProps.studentObj.worktype == '课堂展示' || - dialogProps.studentObj.worktype == '框架梳理' + dialogProps.studentObj.worktype == '框架梳理' || + dialogProps.studentObj.worktype == '科学实验' " >
-
+

学生答复内容

{{stuItem.rightanswer}}
@@ -700,7 +708,7 @@ const acceptParams = async (params) => { }) } else { // 学生回答 - if (params.studentObj.worktype == '常规作业') { + if (params.studentObj.worktype == '常规作业' || params.studentObj.worktype == '科学实验') { try { // 老师布置的附件 datacontent TODO:常规作业、其他类型还未接入 const res = await getClassworkdata(params.studentObj.id);