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 @@
- - +