From ee0b14366e5eb77618eda26b92ce712399e2def2 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 5 Feb 2025 11:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=83=E6=9F=A5=E9=97=AE?= =?UTF-8?q?=E5=8D=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/modules/zy/zy.ts | 2 +- src/views/kc/kcZjInfo/KcZjInfo.data.ts | 11 +- src/views/kc/kcZjInfo/KcZjInfoList.vue | 21 +- src/views/kc/wjxCswj/WjxCywjV2List.vue | 15 +- src/views/kc/wjxCswj/WjxDcwjV2List.vue | 2553 +++++++++++++++++ src/views/kc/wjxDcwj/WjxDcwjStuList.vue | 7 +- .../components/WjxWjxxTmlbDjjgForm.vue | 11 +- .../checkKecheng/dqxqkcMenu.vue | 9 +- 8 files changed, 2601 insertions(+), 28 deletions(-) create mode 100644 src/views/kc/wjxCswj/WjxDcwjV2List.vue diff --git a/src/router/routes/modules/zy/zy.ts b/src/router/routes/modules/zy/zy.ts index 6dd5f16..02d48b5 100644 --- a/src/router/routes/modules/zy/zy.ts +++ b/src/router/routes/modules/zy/zy.ts @@ -90,7 +90,7 @@ const zuoye: AppRouteModule = { { path: 'dcwjWenjuan', name: 'dcwjWenjuan', - component: () => import('/@/views/kc/wjxDcwj/WjxDcwjMainList.vue'), + component: () => import('/@/views/kc/wjxCswj/WjxDcwjV2List.vue'), meta: { title: '调查问卷', }, diff --git a/src/views/kc/kcZjInfo/KcZjInfo.data.ts b/src/views/kc/kcZjInfo/KcZjInfo.data.ts index a5db6ac..0246a07 100644 --- a/src/views/kc/kcZjInfo/KcZjInfo.data.ts +++ b/src/views/kc/kcZjInfo/KcZjInfo.data.ts @@ -4,13 +4,18 @@ import { rules} from '/@/utils/helper/validator'; import { render } from '/@/utils/common/renderUtils'; //列表数据 export const columns: BasicColumn[] = [ + // { + // title: '任务编号', + // align: "center", + // dataIndex: 'rwbh' + // }, { - title: '任务编号', + title: '助教工号', align: "center", - dataIndex: 'rwbh' + dataIndex: 'zjbh' }, { - title: '助教', + title: '助教名称', align: "center", dataIndex: 'zjbh_dictText' }, diff --git a/src/views/kc/kcZjInfo/KcZjInfoList.vue b/src/views/kc/kcZjInfo/KcZjInfoList.vue index 53908e8..daa2e1d 100644 --- a/src/views/kc/kcZjInfo/KcZjInfoList.vue +++ b/src/views/kc/kcZjInfo/KcZjInfoList.vue @@ -5,8 +5,8 @@ - - + + @@ -25,14 +25,14 @@ - + + + + + diff --git a/src/views/kc/wjxDcwj/WjxDcwjStuList.vue b/src/views/kc/wjxDcwj/WjxDcwjStuList.vue index 25db207..7e64e5a 100644 --- a/src/views/kc/wjxDcwj/WjxDcwjStuList.vue +++ b/src/views/kc/wjxDcwj/WjxDcwjStuList.vue @@ -44,6 +44,9 @@ 时间:{{dayjs(item.startTime).format('YYYY.MM.DD')}} - {{dayjs(item.endTime).format('YYYY.MM.DD')}} + + {{item.errorMsg}} + - (此选项是正确答案) + (此选项是正确答案) @@ -126,7 +126,7 @@