diff --git a/src/views/kc/statistics/evaluationList/index.vue b/src/views/kc/statistics/evaluationList/index.vue index e9c2cfd..07871f1 100644 --- a/src/views/kc/statistics/evaluationList/index.vue +++ b/src/views/kc/statistics/evaluationList/index.vue @@ -41,7 +41,12 @@ - + + + + + + @@ -133,7 +138,7 @@ const queryParam:Ref = ref({}); const { createMessage } = useMessage(); onMounted(() => { - loadData(); + loadData(1); }); const roleList = computed(() => getUserInfo()?.roleList??[]); @@ -176,7 +181,7 @@ watch(() => xqDictTag.value?.dictOptions,(d) => { if(d){ queryParam.value.xqxn = d[0]?.value nextTick(() => { - loadData(); + loadData(1); }) } },{ @@ -184,11 +189,14 @@ watch(() => xqDictTag.value?.dictOptions,(d) => { immediate:true, }); -function loadData(){ +function loadData(pageNo?){ loading.value = true; let params = { pageNo: 0, pageSize: 10 }; params.pageNo = ipagination.value.current; params.pageSize = ipagination.value.pageSize; + if(pageNo === 1){ + params.pageNo = 1; + } list({ ...params, ...queryParam.value }).then(res => { dataSource.value = (res?.records) ?? []; ipagination.value.total = res.total; @@ -207,7 +215,7 @@ function tableChange(pagination) { * 查询 */ function searchQuery() { - loadData(); + loadData(1); } /** @@ -216,7 +224,7 @@ function searchQuery() { function searchReset() { queryParam.value = {}; //刷新数据 - loadData(); + loadData(1); } //导入导出方法 diff --git a/src/views/site/jrkclb/kclbRkb.vue b/src/views/site/jrkclb/kclbRkb.vue index b20e5b1..4c29e45 100644 --- a/src/views/site/jrkclb/kclbRkb.vue +++ b/src/views/site/jrkclb/kclbRkb.vue @@ -124,7 +124,7 @@ defineExpose({ onMounted(() => { jclist(queryParam.value).then(res=>{ var list = res - queryParam.value.ywTime = list[1].kssj + queryParam.value.ywTime = list[0].kssj zbLoadData() }) }); diff --git a/src/views/site/kxstkkt/index.vue b/src/views/site/kxstkkt/index.vue index b264e60..d03b9ae 100644 --- a/src/views/site/kxstkkt/index.vue +++ b/src/views/site/kxstkkt/index.vue @@ -3,209 +3,33 @@ - - -
-
-
-
- {{ item.kcmc }} -
-
- -
- - -
{{ item.skjs }}
-
{{ item.kkdw }}
-
- -
{{ item.xkrs }}
-
选课人数
-
- -
- 第{{ item.hh }}节 -
-
- -
- —————线下上课地点————— -
-
- -
- {{ item.skdd }} -
-
- - - - 听课 - - - 评价 - - - - -
-
-
-
- -
- -
-
- -
-
- - -
- -
-
- - - + + + + + + + + + + + + + + @@ -214,13 +38,4 @@ const saveOrUpdate = (params, isUpdate) => { font-size: 24px; font-weight: bold; } -.yyyClass{ - background: #1c84c6;font-weight: 600;color:#fff;border-radius: 5px;line-height: 23px; -} -.yyClass{ - background-color: #1c84c6;font-weight: 600;color:#fff;border-radius: 5px;line-height: 23px; -} -.bcClass{ - background-color: #1c84c6;font-weight: 600;border-radius: 5px;line-height: 23px; -} diff --git a/src/views/site/kxstkkt/itemPage.vue b/src/views/site/kxstkkt/itemPage.vue new file mode 100644 index 0000000..83fa1a2 --- /dev/null +++ b/src/views/site/kxstkkt/itemPage.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/src/views/site/kxstkkt/rkb.vue b/src/views/site/kxstkkt/rkb.vue new file mode 100644 index 0000000..66453c1 --- /dev/null +++ b/src/views/site/kxstkkt/rkb.vue @@ -0,0 +1,201 @@ + + + + + diff --git a/src/views/site/kxstkkt/xyjk.vue b/src/views/site/kxstkkt/xyjk.vue new file mode 100644 index 0000000..f1c869b --- /dev/null +++ b/src/views/site/kxstkkt/xyjk.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/src/views/site/kxstkkt/zzsk.vue b/src/views/site/kxstkkt/zzsk.vue new file mode 100644 index 0000000..69332ac --- /dev/null +++ b/src/views/site/kxstkkt/zzsk.vue @@ -0,0 +1,185 @@ + + + + +