diff --git a/ruoyi-admin/src/main/java/com/ruoyi/cms/controller/SchoolController.java b/ruoyi-admin/src/main/java/com/ruoyi/cms/controller/SchoolController.java
index d205f38..003b4d2 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/cms/controller/SchoolController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/cms/controller/SchoolController.java
@@ -39,7 +39,7 @@ public class SchoolController extends BaseController {
* @return
*/
@GetMapping("/getSchoolList")
- public TableDataInfo getSchoolList(@RequestParam(required=false) String schoolName) {
+ public TableDataInfo getSchoolList(@RequestParam(required=false, name = "dictLabel") String schoolName) {
SysDictData dictData = new SysDictData();
dictData.setDictType("school_name");
if (StringUtils.isNotEmpty(schoolName)) {
diff --git a/ruoyi-ui/src/views/hit/school/index.vue b/ruoyi-ui/src/views/hit/school/index.vue
index 779eda9..6648434 100644
--- a/ruoyi-ui/src/views/hit/school/index.vue
+++ b/ruoyi-ui/src/views/hit/school/index.vue
@@ -1,38 +1,14 @@
-
-
-
-
+
-
-
-
-
-
-
-
搜索
重置
@@ -47,7 +23,7 @@
icon="el-icon-upload2"
size="mini"
@click="handleImport('student')"
- >导入学生成绩
+ >导入学校
@@ -92,7 +68,6 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
-
>删除
@@ -247,7 +222,6 @@ export default {
/** 查询教师信息列表 */
getList() {
this.loading = true
- this.queryParams.year = new Date(this.queryParams.year).getFullYear().toString()
listSchool(this.queryParams).then(response => {
this.HitRegistrationTeachInfoList = response.rows
this.total = response.total
diff --git a/ruoyi-ui/src/views/officialWebsite/Components/footer.vue b/ruoyi-ui/src/views/officialWebsite/Components/footer.vue
index 6970ef0..e461070 100644
--- a/ruoyi-ui/src/views/officialWebsite/Components/footer.vue
+++ b/ruoyi-ui/src/views/officialWebsite/Components/footer.vue
@@ -4,46 +4,35 @@
-
![]()
+
{{ this.baseInfo.webName }}
-
+
+
返回顶部
-

+
-
+
-
diff --git a/ruoyi-ui/src/views/officialWebsite/Components/header.vue b/ruoyi-ui/src/views/officialWebsite/Components/header.vue
index 4603dc6..5581ecd 100644
--- a/ruoyi-ui/src/views/officialWebsite/Components/header.vue
+++ b/ruoyi-ui/src/views/officialWebsite/Components/header.vue
@@ -37,7 +37,7 @@
注册
-
+
{{ currentUser }}
diff --git a/ruoyi-ui/src/views/officialWebsite/about.vue b/ruoyi-ui/src/views/officialWebsite/about.vue
index 73d5c92..ab407e2 100644
--- a/ruoyi-ui/src/views/officialWebsite/about.vue
+++ b/ruoyi-ui/src/views/officialWebsite/about.vue
@@ -37,14 +37,14 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
+
@@ -81,7 +81,7 @@ export default {
dataList: [],
pageContext: '',
nav: [],
- currentActive: 0,
+ currentActive: this.$route.query.childeIndex || 0,
isMounted: false,
orgList: '',
postList: [],
@@ -111,7 +111,7 @@ export default {
methods: {
handleScroll() {
let browserHeight = document.documentElement.clientHeight
- console.log("高度",document.documentElement.clientHeight)
+ console.log('高度', document.documentElement.clientHeight)
const leftImg = this.$refs.leftImg
const rightImg = this.$refs.rightImg
const bottomImg = this.$refs.bottomImg
@@ -121,13 +121,13 @@ export default {
leftImg.style.position = 'fixed'
rightImg.style.top = '0px'
rightImg.style.position = 'fixed'
- bottomImg.style.bottom="0"
+ bottomImg.style.bottom = '0'
} else {
leftImg.style.top = '250px'
leftImg.style.position = 'absolute'
rightImg.style.top = '150px'
rightImg.style.position = 'absolute'
- bottomImg.style.bottom="-300px"
+ bottomImg.style.bottom = '-300px'
}
},
// 触发导航
@@ -150,9 +150,7 @@ export default {
initPageData() {
getCategoryByParentId(this.queryForm.categoryId).then(res => {
this.nav = res.data
- if (this.currentActive === 0) {
- this.getContent()
- }
+ this.getContent()
})
},
getContent() {
@@ -361,7 +359,7 @@ export default {
width: 76%;
margin: 0 auto;
background-color: #fff;
- z-index: 999!important;
+ z-index: 999 !important;
}
.about-conts .about-conts-item2 {
@@ -670,9 +668,15 @@ export default {
}
@keyframes fadeOut {
- from { opacity: 1; }
- to { opacity: 0; display: none; }
+ from {
+ opacity: 1;
+ }
+ to {
+ opacity: 0;
+ display: none;
+ }
}
+
.bottom_img {
width: 100%;
height: 400px;
diff --git a/ruoyi-ui/src/views/officialWebsite/committee.vue b/ruoyi-ui/src/views/officialWebsite/committee.vue
index ce15be6..df27044 100644
--- a/ruoyi-ui/src/views/officialWebsite/committee.vue
+++ b/ruoyi-ui/src/views/officialWebsite/committee.vue
@@ -1,7 +1,7 @@
-
+

@@ -16,21 +16,22 @@
+ @click="getCurrentActive(index)"
+ >
{{ item.categoryName }}
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
{{item.publishDate}}
-
{{item.contentTitle}}
-
{{item.summary || '' }}
+
{{ item.publishDate }}
+
{{ item.contentTitle }}
+
{{ item.summary || '' }}
-
![]()
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-