From 91e275c30c98334a733fffe5d376d19ba5d4d8d7 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Sun, 13 Aug 2023 12:20:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/routes/modules/site/site.ts | 9 +
.../kc/kcErrorreport/KcZbErrorreport.data.ts | 233 ++++++++++++++++++
src/views/kc/kcErrorreport/ZbptErrorList.vue | 2 +-
.../components/KcErrorreportIndexZbForm.vue | 154 ++++++++++++
.../components/KcErrorreportIndexZbModal.vue | 78 ++++++
.../components/KcSysConfigMain.vue | 5 +-
.../site/common/video/videojs/viewPage.vue | 12 +-
src/views/site/ktsb/KtbjInfoList.vue | 10 +-
.../site/ktsb/components/ktsbDetailModal.vue | 75 ++++++
.../site/ktsb/components/ktsbDetialForm.vue | 162 ++++++++++++
src/views/site/ktsb/components/ktsbForm.vue | 137 ++++++++++
src/views/site/ktsb/components/ktsbModal.vue | 75 ++++++
src/views/site/ktsb/index.vue | 12 +-
src/views/site/ktsb/ktsbList.vue | 72 +++++-
src/views/site/ktsb/ktsbMoreList.vue | 135 ++++++++++
src/views/site/ktsb/more.vue | 120 +++++++++
src/views/site/kxstkkt/itemPage.vue | 11 +
src/views/site/kxstkkt/zzsk.vue | 28 +--
src/views/site/tingKeZuJi/list.vue | 2 +-
src/views/site/tingKeZuJi/listPkzj.vue | 2 +-
20 files changed, 1289 insertions(+), 45 deletions(-)
create mode 100644 src/views/kc/kcErrorreport/KcZbErrorreport.data.ts
create mode 100644 src/views/kc/kcErrorreport/components/KcErrorreportIndexZbForm.vue
create mode 100644 src/views/kc/kcErrorreport/components/KcErrorreportIndexZbModal.vue
create mode 100644 src/views/site/ktsb/components/ktsbDetailModal.vue
create mode 100644 src/views/site/ktsb/components/ktsbDetialForm.vue
create mode 100644 src/views/site/ktsb/components/ktsbForm.vue
create mode 100644 src/views/site/ktsb/components/ktsbModal.vue
create mode 100644 src/views/site/ktsb/ktsbMoreList.vue
create mode 100644 src/views/site/ktsb/more.vue
diff --git a/src/router/routes/modules/site/site.ts b/src/router/routes/modules/site/site.ts
index 7ca5df3..ef547e5 100644
--- a/src/router/routes/modules/site/site.ts
+++ b/src/router/routes/modules/site/site.ts
@@ -59,6 +59,15 @@ const site: AppRouteModule = {
title: '评价结果',
},
},
+ {
+ path: 'ktsbMore',
+ name: 'ktsbMore',
+ component: () => import('/@/views/site/ktsb/more.vue'),
+ meta: {
+ // affix: true,
+ title: '评价结果',
+ },
+ },
{
path: 'yuyuekechengMore',
name: 'yuyuekechengMore',
diff --git a/src/views/kc/kcErrorreport/KcZbErrorreport.data.ts b/src/views/kc/kcErrorreport/KcZbErrorreport.data.ts
new file mode 100644
index 0000000..4aca46b
--- /dev/null
+++ b/src/views/kc/kcErrorreport/KcZbErrorreport.data.ts
@@ -0,0 +1,233 @@
+import {BasicColumn} from '/@/components/Table';
+import {FormSchema} from '/@/components/Table';
+import { rules} from '/@/utils/helper/validator';
+import { render } from '/@/utils/common/renderUtils';
+//列表数据
+export const columns: BasicColumn[] = [
+ {
+ title: '报错时间',
+ align: "center",
+ dataIndex: 'reportstime'
+ },
+ {
+ title: '报错人姓名',
+ align: "center",
+ dataIndex: 'username'
+ },
+ {
+ title: '报错课程',
+ align: "center",
+ dataIndex: 'kcmc'
+ },
+ {
+ title: '开课单位',
+ align: "center",
+ dataIndex: 'kkdw'
+ },
+ {
+ title: '上课日期',
+ align: "center",
+ dataIndex: 'skrq'
+ },
+ {
+ title: '上课节次',
+ align: "center",
+ dataIndex: 'hh'
+ },
+ {
+ title: '错误类型',
+ align: "center",
+ dataIndex: 'meetingpsw'
+ },
+ {
+ title: '错误信息',
+ align: "center",
+ dataIndex: 'errortext'
+ },
+];
+
+
+export const kcxxcolumns: 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: '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[] = [
+];
+
+//表单数据
+export const formSchema: FormSchema[] = [
+ {
+ label: '错误类型',
+ field: 'optionsradios',
+ component: 'JDictSelectTag',
+ componentProps:{
+ dictCode: "optionsradios"
+ },
+ dynamicRules: ({model,schema}) => {
+ return [
+ { required: true, message: '请输入错误类型!'},
+ ];
+ },
+ },
+ {
+ label: '会议号',
+ field: 'meetingnum',
+ component: 'Input',
+ },
+ {
+ label: '会议密码',
+ field: 'meetingpsw',
+ component: 'Input',
+ },
+ {
+ label: '会议邀请链接',
+ field: 'meetinglink',
+ component: 'Input',
+ },
+ {
+ label: '修改类型:0-本堂课修改,1-',
+ field: 'edittype',
+ component: 'JDictSelectTag',
+ componentProps:{
+ dictCode: "edittype"
+ },
+ dynamicRules: ({model,schema}) => {
+ return [
+ { required: true, message: '请输入修改类型:0-本堂课修改,1-!'},
+ ];
+ },
+ },
+ {
+ label: '是否修改:0-未修改,1-已修改',
+ field: 'ismodified',
+ component: 'InputNumber',
+ },
+ {
+ label: '课程的上课日期',
+ field: 'skrq',
+ component: 'Input',
+ },
+ {
+ label: '是否出镜,0-出镜,1-不出镜',
+ field: 'sfcj',
+ component: 'InputNumber',
+ },
+ // TODO 主键隐藏字段,目前写死为ID
+ {
+ label: '',
+ field: 'id',
+ component: 'Input',
+ show: false,
+ },
+];
diff --git a/src/views/kc/kcErrorreport/ZbptErrorList.vue b/src/views/kc/kcErrorreport/ZbptErrorList.vue
index 451dcdf..5598e8d 100644
--- a/src/views/kc/kcErrorreport/ZbptErrorList.vue
+++ b/src/views/kc/kcErrorreport/ZbptErrorList.vue
@@ -18,7 +18,7 @@
import { ref, reactive,defineExpose, createVNode,h } from 'vue';
import { BasicTable, useTable, TableAction } from '/@/components/Table';
import { useListPage } from '/@/hooks/system/useListPage';
- import { columns } from './KcErrorreport.data';
+ import { columns } from './KcZbErrorreport.data';
import { list } from './KcErrorreport.api';
import { Modal } from 'ant-design-vue';
import { ExclamationCircleOutlined,CheckOutlined } from '@ant-design/icons-vue';
diff --git a/src/views/kc/kcErrorreport/components/KcErrorreportIndexZbForm.vue b/src/views/kc/kcErrorreport/components/KcErrorreportIndexZbForm.vue
new file mode 100644
index 0000000..20523c1
--- /dev/null
+++ b/src/views/kc/kcErrorreport/components/KcErrorreportIndexZbForm.vue
@@ -0,0 +1,154 @@
+
+