diff --git a/src/views/kc/kcErrorreport/JscjErrorList.vue b/src/views/kc/kcErrorreport/JscjErrorList.vue new file mode 100644 index 0000000..57175f8 --- /dev/null +++ b/src/views/kc/kcErrorreport/JscjErrorList.vue @@ -0,0 +1,160 @@ + + + + + + diff --git a/src/views/kc/kcErrorreport/KcErrorreport.data.ts b/src/views/kc/kcErrorreport/KcErrorreport.data.ts index 0d0df93..83c16ac 100644 --- a/src/views/kc/kcErrorreport/KcErrorreport.data.ts +++ b/src/views/kc/kcErrorreport/KcErrorreport.data.ts @@ -5,14 +5,34 @@ import { render } from '/@/utils/common/renderUtils'; //列表数据 export const columns: BasicColumn[] = [ { - title: '报错人', + title: '报错时间', align: "center", - dataIndex: 'subper' + dataIndex: 'reportstime' }, { - title: '错误类型', + title: '报错人姓名', align: "center", - dataIndex: 'optionsradios_dictText' + dataIndex: 'username' + }, + { + title: '报错课程', + align: "center", + dataIndex: 'kcmc' + }, + { + title: '开课单位', + align: "center", + dataIndex: 'kkdw' + }, + { + title: '上课日期', + align: "center", + dataIndex: 'skrq' + }, + { + title: '上课节次', + align: "center", + dataIndex: 'hh' }, { title: '会议号', @@ -25,32 +45,132 @@ export const columns: BasicColumn[] = [ dataIndex: 'meetingpsw' }, { - title: '会议邀请链接', + title: '课程链接', align: "center", dataIndex: 'meetinglink' }, { - title: '修改类型:0-本堂课修改,1-', + title: '修改方式', align: "center", dataIndex: 'edittype_dictText' }, +]; + + +export const kcxxcolumns: BasicColumn[] = [ { - title: '是否修改:0-未修改,1-已修改', + title: '报错时间', align: "center", - dataIndex: 'ismodified' + dataIndex: 'reportstime' }, { - title: '课程的上课日期', + title: '报错人工号', + align: "center", + dataIndex: 'userid' + }, + { + title: '报错人姓名', + align: "center", + dataIndex: 'username' + }, + { + title: '报错人单位', + align: "center", + dataIndex: 'college' + }, + { + title: '报错课程', + align: "center", + dataIndex: 'kcmc' + }, + { + title: '开课单位', + align: "center", + dataIndex: 'kkdw' + }, + { + title: '上课日期', align: "center", dataIndex: 'skrq' }, { - title: '是否出镜,0-出镜,1-不出镜', + title: '上课节次', align: "center", - dataIndex: 'sfcj' + dataIndex: 'hh' + }, + { + title: '错误信息描述', + align: "center", + dataIndex: 'errortext' + }, + { + title: '修改方式', + align: "center", + dataIndex: 'edittype_dictText' }, ]; + + +export const jscjcolumns: BasicColumn[] = [ + { + title: '报错时间', + align: "center", + dataIndex: 'reportstime' + }, + { + title: '报错人工号', + align: "center", + dataIndex: 'userid' + }, + { + title: '报错人姓名', + align: "center", + dataIndex: 'username' + }, + { + title: '报错人单位', + align: "center", + dataIndex: 'college' + }, + { + title: '报错课程', + align: "center", + dataIndex: 'kcmc' + }, + { + title: '开课单位', + align: "center", + dataIndex: 'kkdw' + }, + { + title: '上课日期', + align: "center", + dataIndex: 'skrq' + }, + { + title: '上课节次', + align: "center", + dataIndex: 'hh' + }, + { + title: '要求是否出境', + align: "center", + dataIndex: 'ktbsfcj_dictText' + }, + { + title: '当前是否出境', + align: "center", + dataIndex: 'sfcj_dictText' + }, + { + title: '修改方式', + align: "center", + dataIndex: 'edittype_dictText' + }, +]; + + //查询数据 export const searchFormSchema: FormSchema[] = [ ]; diff --git a/src/views/kc/kcErrorreport/KcErrorreportListMain.vue b/src/views/kc/kcErrorreport/KcErrorreportListMain.vue new file mode 100644 index 0000000..72bf92f --- /dev/null +++ b/src/views/kc/kcErrorreport/KcErrorreportListMain.vue @@ -0,0 +1,126 @@ + + + + + diff --git a/src/views/kc/kcErrorreport/KcxxErrorList.vue b/src/views/kc/kcErrorreport/KcxxErrorList.vue new file mode 100644 index 0000000..0859f38 --- /dev/null +++ b/src/views/kc/kcErrorreport/KcxxErrorList.vue @@ -0,0 +1,160 @@ + + + + + + diff --git a/src/views/kc/kcErrorreport/ZbptErrorList.vue b/src/views/kc/kcErrorreport/ZbptErrorList.vue new file mode 100644 index 0000000..db646ab --- /dev/null +++ b/src/views/kc/kcErrorreport/ZbptErrorList.vue @@ -0,0 +1,160 @@ + + + + + + diff --git a/src/views/kc/kcGongkaike/KcGongkaike.data.ts b/src/views/kc/kcGongkaike/KcGongkaike.data.ts index a824aca..5f48783 100644 --- a/src/views/kc/kcGongkaike/KcGongkaike.data.ts +++ b/src/views/kc/kcGongkaike/KcGongkaike.data.ts @@ -49,33 +49,18 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'kclj' }, - { - title: '图片名称', - align: "center", - dataIndex: 'tpmc' - }, - { - title: '教师介绍链接', - align: "center", - dataIndex: 'jslj' - }, { title: '当前状态', align: "center", dataIndex: 'dqzt' }, { - title: '当前状态排序 1 正在上课 2公开课预告 3 已下课', - align: "center", - dataIndex: 'dqztpx_dictText' - }, - { - title: '是否显示 1 显示 0 不显示', + title: '是否显示', align: "center", dataIndex: 'sfxs_dictText' }, { - title: '类别', + title: '候选人类别', align: "center", dataIndex: 'hxrlb' }, diff --git a/src/views/kc/kcGongkaike/KcGongkaikeList.vue b/src/views/kc/kcGongkaike/KcGongkaikeList.vue index a2857fb..2e176d5 100644 --- a/src/views/kc/kcGongkaike/KcGongkaikeList.vue +++ b/src/views/kc/kcGongkaike/KcGongkaikeList.vue @@ -1,18 +1,21 @@