From 764e28d9a823008ee5c427eb9c745355f3264fac Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Sun, 2 Apr 2023 16:36:57 +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/views/site/index.vue | 129 ++++++++++++++++++++++++++-------------
1 file changed, 86 insertions(+), 43 deletions(-)
diff --git a/src/views/site/index.vue b/src/views/site/index.vue
index 76a250c..67d53cc 100644
--- a/src/views/site/index.vue
+++ b/src/views/site/index.vue
@@ -150,50 +150,83 @@
今日课程列表
-
-
-
-
-
-
- 灾害风险防范{{index}}
+
+ Content of Tab Pane 1
+ Content of Tab Pane 2
+
+ 以下是 2023-04-02全天 的课表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询>
+
+
+
+
+
+
+
+
+ 灾害风险防范{{index}}
+
+
+
+
+
+
+ 张继权
+ 环境学院环境
+
+
+ 30
+ 选课人数
+
+
+
+ 第01、02节
+
+
+
+
+ —————线下上课地点—————
+
+
+
+
+ 环境学院107室
+
+
+
+ 预约
+ 报错
+
+
+
-
-
-
-
-
- 张继权
- 环境学院环境
-
-
- 30
- 选课人数
-
-
-
- 第01、02节
-
-
-
-
- —————线下上课地点—————
-
-
-
-
- 环境学院107室
-
-
-
- 预约
- 报错
-
-
-
-
-
-
+
+
+
+
+
@@ -210,11 +243,14 @@
import { DownOutlined, PlusOutlined } from '@ant-design/icons-vue';
import { BackTop, Statistic } from 'ant-design-vue';
+ import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
import { useUserStore } from '/@/store/modules/user';
//用户相关
const userStore = useUserStore();
+ const activeKey = ref('1');
+ const rkbqueryParam = ref({});
console.log(`🚀 -----------------------------------------------🚀`);
console.log(`🚀 ~ file: index.vue:66 ~ userStore:`, userStore);
@@ -241,6 +277,13 @@
i.value++;
// list.list.push({ key: i.value });
}
+
+ //-----------------------------yangjun-----------------------
+ function rkbLoadData(){
+
+ }
+ //-----------------------------yangjun-----------------------
+