From 914484f615e30496a43a7f7807f68ffba2dd5c9a Mon Sep 17 00:00:00 2001 From: "YOHO\\20373" <2037305722@qq.com> Date: Fri, 16 May 2025 15:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A2=E5=A4=B1=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.ts | 3 ++- src/views/paper/question/index.vue | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 8a738cd..b2c1bb2 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -115,7 +115,8 @@ export enum DICT_TYPE { WPS_WORD = "wps_word", WORD_BELONG_TO = "word_belong_to", - +QUESTION_AUDIT="question_audit", +QUESTION_SOURCE="question_source", TASK_TYPE="task_type",//试卷任务模式 SYS_STATUS="sys_common_status_other",//通用状态 EXAM_QUE_DIFF="exam_que_difficulty",//题型难度 diff --git a/src/views/paper/question/index.vue b/src/views/paper/question/index.vue index 6e447e0..e3b0de4 100644 --- a/src/views/paper/question/index.vue +++ b/src/views/paper/question/index.vue @@ -118,7 +118,8 @@ - + + { /** 表格选中数据 */ const selections = ref([]); - +const handleSelectionChange = (rows) => { + selections.value = rows; +} const selectedRows = ref([]) const handleAudit = async () => { try {