From dc90a49d161fc6535b7f552e98311467075e2ce1 Mon Sep 17 00:00:00 2001
From: bai <1643359946@qq.com>
Date: Fri, 11 Aug 2023 01:23:31 +0800
Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B48=E6=9C=8811=E6=97=A5=20=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../config/KcExportConfigTpkwcqkjzglx.data.ts | 10 +
.../evaluationList/beiPengJiaIndex.vue | 341 ++++++++++++++++++
.../kc/statistics/evaluationList/index.vue | 8 +-
3 files changed, 355 insertions(+), 4 deletions(-)
create mode 100644 src/views/kc/statistics/evaluationList/beiPengJiaIndex.vue
diff --git a/src/views/kc/config/KcExportConfigTpkwcqkjzglx.data.ts b/src/views/kc/config/KcExportConfigTpkwcqkjzglx.data.ts
index 0c34914..5021810 100644
--- a/src/views/kc/config/KcExportConfigTpkwcqkjzglx.data.ts
+++ b/src/views/kc/config/KcExportConfigTpkwcqkjzglx.data.ts
@@ -39,6 +39,16 @@ export const columns: BasicColumn[] = [
align: "center",
dataIndex: 'ytkcs'
},
+ // {
+ // title: '每学期应听课次数',
+ // align: "center",
+ // dataIndex: 'yskcs'
+ // },
+ {
+ title: '每学期听课次数',
+ align: "center",
+ dataIndex: 'tkxttj'
+ },
];
//查询数据
diff --git a/src/views/kc/statistics/evaluationList/beiPengJiaIndex.vue b/src/views/kc/statistics/evaluationList/beiPengJiaIndex.vue
new file mode 100644
index 0000000..f6dd0b6
--- /dev/null
+++ b/src/views/kc/statistics/evaluationList/beiPengJiaIndex.vue
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+
+
+
+ {{text}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ (isShowAllLive = false,showAllLiveRef.close())">
+
+
+
+
+
+
+
diff --git a/src/views/kc/statistics/evaluationList/index.vue b/src/views/kc/statistics/evaluationList/index.vue
index 6644b5c..689d308 100644
--- a/src/views/kc/statistics/evaluationList/index.vue
+++ b/src/views/kc/statistics/evaluationList/index.vue
@@ -14,11 +14,11 @@
-->
-
+
@@ -142,7 +142,7 @@ import { execAvyApi, getAvyCtrlLiveOpenOrCloseUrl } from "/@/views/site/utils/in
import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
import { useMethods } from '/@/hooks/system/useMethods';
import { JInput } from '/@/components/Form';
-import { getUserInfo } from '/@/views/site/utils/index';
+import { getUserInfo, getUserId } from '/@/views/site/utils/index';
import viewModalPage from '/@/views/site/tingKeZuJi/components/viewModal.vue';
const showAllLiveRef = ref();
@@ -211,7 +211,7 @@ watch(() => xqDictTag.value?.dictOptions,(d) => {
function loadData(pageNo?){
loading.value = true;
- let params = { pageNo: 0, pageSize: 10 };
+ let params = { pageNo: 0, pageSize: 10, findByPkdwmc: !roleList.value.filter(x => x.roleCode == 'admin' ).length, findGh: getUserId() };
params.pageNo = ipagination.value.current;
params.pageSize = ipagination.value.pageSize;
if(pageNo === 1){