From e1f87494b737169c412ca723baf3085cb0c5706e Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期日, 24 八月 2025 11:28:24 +0800 Subject: [PATCH] 课程管理 --- src/views/classManage/talkingPoint.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/classManage/talkingPoint.vue b/src/views/classManage/talkingPoint.vue index 8f10051..561f2a8 100644 --- a/src/views/classManage/talkingPoint.vue +++ b/src/views/classManage/talkingPoint.vue @@ -37,7 +37,7 @@ <el-table-column prop="index" label="搴忓彿" width="70" /> <el-table-column label="璇濋鍚嶇О" width="500"> <template #default="scope"> - <span style="color: #ff6c00" v-if="scope.row.name">{{ scope.row.name }}</span> + <span style="color: #019e58" v-if="scope.row.name">{{ scope.row.name }}</span> </template> </el-table-column> <el-table-column prop="createDate" label="鍙戣捣鏃ユ湡" /> @@ -172,11 +172,11 @@ const getTopicInfo = () => { const pramas = { classId: classInfo.id, - refCodes: [config.refCodes.talk] + refCodes: [config.refCode.talk] } MG.edu.getClassTopic(pramas).then((res: any) => { const list = res - talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCodes.talk) + talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCode.talk) if (talkTopicInfo.value.id) { getMessage() } -- Gitblit v1.9.1