diff --git a/src/views/zy/sysZy/kccygl/Kccygl.data.ts b/src/views/zy/sysZy/kccygl/Kccygl.data.ts index a2cb3c1..4025eee 100644 --- a/src/views/zy/sysZy/kccygl/Kccygl.data.ts +++ b/src/views/zy/sysZy/kccygl/Kccygl.data.ts @@ -66,6 +66,21 @@ export const columns: BasicColumn[] = [ // slots: { customRender: 'fileSlot2' }, // width: '300' // }, + { + title: '发布作业次数', + align: 'center', + dataIndex: 'fbzycs', + }, + { + title: '作业完成次数', + align: 'center', + dataIndex: 'zywccs', + }, + { + title: '超时未完成次数', + align: 'center', + dataIndex: 'cswwccs', + }, ]; //查询数据 diff --git a/src/views/zy/sysZy/kczygl/Kczygl.data.ts b/src/views/zy/sysZy/kczygl/Kczygl.data.ts index d26f1bc..4143db6 100644 --- a/src/views/zy/sysZy/kczygl/Kczygl.data.ts +++ b/src/views/zy/sysZy/kczygl/Kczygl.data.ts @@ -23,17 +23,11 @@ export const columns: BasicColumn[] = [ title: '课程性质', align: 'center', dataIndex: 'kcxz', - customRender: function ({ text }) { - return "通识教育必修课"; - }, }, { - title: '选课学生', + title: '选课人数', align: 'center', dataIndex: 'xkrs', - customRender: function ({ text }) { - return "25"; - }, }, { title: '授课教师', @@ -44,50 +38,32 @@ export const columns: BasicColumn[] = [ title: '职称', align: 'center', dataIndex: 'zc', - customRender: function ({ text }) { - return "讲师"; - }, }, { title: '发布作业次数', align: 'center', dataIndex: 'fbzycs', - customRender: function ({ text }) { - return "3"; - }, }, { title: '作业完成次数', align: 'center', dataIndex: 'zywccs', - customRender: function ({ text }) { - return "2"; - }, }, { title: '查重次数', align: 'center', dataIndex: 'cccs', - customRender: function ({ text }) { - return "2"; - }, }, { title: '互评次数', align: 'center', dataIndex: 'hpcs', - customRender: function ({ text }) { - return "1"; - }, }, { title: '超时未完成次数', align: 'center', - dataIndex: 'cswwc', - customRender: function ({ text }) { - return "1"; - }, + dataIndex: 'cswwccs', }, diff --git a/src/views/zy/sysZy/kczygl/KczyglList.vue b/src/views/zy/sysZy/kczygl/KczyglList.vue index 27c27c4..b2ee09c 100644 --- a/src/views/zy/sysZy/kczygl/KczyglList.vue +++ b/src/views/zy/sysZy/kczygl/KczyglList.vue @@ -20,11 +20,11 @@ - + diff --git a/src/views/zy/sysZy/kczygl/TjsjList.vue b/src/views/zy/sysZy/kczygl/TjsjList.vue index 9e65f88..9b14bed 100644 --- a/src/views/zy/sysZy/kczygl/TjsjList.vue +++ b/src/views/zy/sysZy/kczygl/TjsjList.vue @@ -7,6 +7,7 @@ 作业使用总次数:{{staticInfo.xn_zy_syzcs}} 作业互评总次数:{{staticInfo.xn_zy_hpzcs}} 作业已完成总次数:{{staticInfo.xn_zy_ywczcs}} + 查重次数:{{staticInfo.xn_zy_cccs}} 测验使用总次数:{{staticInfo.xn_cy_syzcs}} 测验已完成总次数:{{staticInfo.xn_cy_ywczcs}}