From afe2fbc5b0375c7c06853fc981deec74e04fd630 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期日, 24 八月 2025 11:30:40 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- 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