From 44ec6a0c851f4b21b4348ef092d452531414774b Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Wed, 1 Nov 2023 00:32:15 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B411=E6=9C=881=E6=97=A5=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=9B=B4=E6=92=AD=E9=A1=B5=EF=BC=88=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=AB=AF=EF=BC=89=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jiaoshi/KcZhihuijiaoshiAccessLog.data.ts | 60 +++++++------- .../jiaoshi/KcZhihuijiaoshiOperateLog.data.ts | 78 +++++++++---------- src/views/kc/jiaoshi/index.vue | 15 ++-- .../site/common/video/videojs/viewPage2.vue | 34 +++++--- 4 files changed, 98 insertions(+), 89 deletions(-) diff --git a/src/views/kc/jiaoshi/KcZhihuijiaoshiAccessLog.data.ts b/src/views/kc/jiaoshi/KcZhihuijiaoshiAccessLog.data.ts index 9da6424..69fc4b4 100644 --- a/src/views/kc/jiaoshi/KcZhihuijiaoshiAccessLog.data.ts +++ b/src/views/kc/jiaoshi/KcZhihuijiaoshiAccessLog.data.ts @@ -79,41 +79,41 @@ export const searchFormSchema: FormSchema[] = [ ], }, }, + // { + // label: "教学楼编号", + // field: 'jxlId', + // component: 'Input', + // colProps: {span: 6}, + // }, { - label: "教学楼编号", - field: 'jxlId', - component: 'Input', - colProps: {span: 6}, - }, + label: "教学楼名称", + field: 'jxlName', + component: 'Input', + colProps: {span: 6}, + }, { - label: "教学楼名称", - field: 'jxlName', - component: 'Input', - colProps: {span: 6}, - }, + label: "教室编号", + field: 'jsbh', + component: 'Input', + colProps: {span: 6}, + }, { - label: "教室编号", - field: 'jsbh', - component: 'Input', - colProps: {span: 6}, - }, + label: "教室名称", + field: 'jsmc', + component: 'Input', + colProps: {span: 6}, + }, { - label: "教室名称", - field: 'jsmc', - component: 'Input', - colProps: {span: 6}, - }, + label: "课堂ID", + field: 'ketangbiaoId', + component: 'Input', + colProps: {span: 6}, + }, { - label: "课堂ID", - field: 'ketangbiaoId', - component: 'Input', - colProps: {span: 6}, - }, - { - label: "课堂名称", - field: 'ketangbiaoName', - component: 'Input', - colProps: {span: 6}, + label: "课堂名称", + field: 'ketangbiaoName', + component: 'Input', + colProps: {span: 6}, }, ]; //表单数据 diff --git a/src/views/kc/jiaoshi/KcZhihuijiaoshiOperateLog.data.ts b/src/views/kc/jiaoshi/KcZhihuijiaoshiOperateLog.data.ts index 583c14d..22d5eae 100644 --- a/src/views/kc/jiaoshi/KcZhihuijiaoshiOperateLog.data.ts +++ b/src/views/kc/jiaoshi/KcZhihuijiaoshiOperateLog.data.ts @@ -89,49 +89,49 @@ export const searchFormSchema: FormSchema[] = [ ], }, }, + // { + // label: "教学楼编号", + // field: 'jxlId', + // component: 'JInput', + // colProps: {span: 6}, + // }, { - label: "教学楼编号", - field: 'jxlId', - component: 'JInput', - colProps: {span: 6}, - }, + label: "教学楼名称", + field: 'JInput', + component: 'Input', + colProps: {span: 6}, + }, { - label: "教学楼名称", - field: 'JInput', - component: 'Input', - colProps: {span: 6}, - }, + label: "教室编号", + field: 'jsbh', + component: 'JInput', + colProps: {span: 6}, + }, { - label: "教室编号", - field: 'jsbh', - component: 'JInput', - colProps: {span: 6}, - }, + label: "教室名称", + field: 'jsmc', + component: 'JInput', + colProps: {span: 6}, + }, { - label: "教室名称", - field: 'jsmc', - component: 'JInput', - colProps: {span: 6}, - }, - { - label: "操作类型", - field: 'operateType', - component: 'Select', - colProps: {span: 6}, - componentProps: { - options: [ - { - label: '关闭', - value: '0', - key: '0', - }, - { - label: '开启', - value: '1', - key: '1', - }, - ], - }, + label: "操作类型", + field: 'operateType', + component: 'Select', + colProps: {span: 6}, + componentProps: { + options: [ + { + label: '关闭', + value: '0', + key: '0', + }, + { + label: '开启', + value: '1', + key: '1', + }, + ], + }, }, { label: "操作地址", diff --git a/src/views/kc/jiaoshi/index.vue b/src/views/kc/jiaoshi/index.vue index 566dc70..ba6d308 100644 --- a/src/views/kc/jiaoshi/index.vue +++ b/src/views/kc/jiaoshi/index.vue @@ -31,7 +31,7 @@
-
{{ getSysConfig().flag5 == 0?'否':'是' }}
+
{{ getSysConfig().flag5 == 0?'否': leftList.filter(x => x.sfyx == 0).length || 0}}
开放听课 @@ -41,7 +41,7 @@
未检测
-
{{ statusLogList.filter(x => x.type != 'green' ).length }}
+
{{ statusLogList.filter(x => x.type != 'green' ).length || 0 }}
设备异常 @@ -96,8 +96,7 @@
- - +