@@ -160,12 +165,13 @@
import CommonBox from '../../secondPages/commonBox.vue';
import {Icon, Tabs, row, col, Empty, Spin} from 'ant-design-vue';
import {swiper, swiperSlide} from "vue-awesome-swiper";
-// import "swiper/dist/css/swiper.css";
+ // import "swiper/dist/css/swiper.css";
import moment from 'moment';
import ImgPreview from '../../../common/imgPreview.vue';
import CommonInfo from '../../../common/commonInfo.vue';
- export default{
- data(){
+
+ export default {
+ data() {
return {
spinning: false,
selectType: 1,//1 周历 2 校历
@@ -195,14 +201,14 @@
psychicClassroomList: [],
showPsychicActivity: false,
psychicActivityList: [],
- showSelectedData:false,
+ showSelectedData: false,
selectedDataList: [],
- selectedImgDataList:[],
+ selectedImgDataList: [],
visible: false,
infoObj: {},
}
},
- mounted(){
+ mounted() {
//获取心理咨询室数据
this.getPsychologyCounsellingRoom();
//获取心理课堂数据
@@ -216,11 +222,12 @@
swiper() {
return this.$refs.mySwiper.$swiper
},
- classRoomSwiper(){
+ classRoomSwiper() {
return this.$refs.classRoomSwiper.$swiper
}
},
methods: {
+ //获取心理咨询室数据
getPsychologyCounsellingRoom: function () {
let param = {
"access_token": "system_01##20200102030405##a6ce11eab94df48a6ce11eab",
@@ -228,6 +235,7 @@
"query_id": "query_deyu_xinli",
"query_param": [
this.BaseConfig.person_info_my.bureau_id + ""
+ // "900008135"
]
},
"query_cache": 0,
@@ -241,6 +249,7 @@
params: param,
method: "post",
}], (result) => {
+ // console.log('获取心理咨询室数据', result)
this.showCounsellingRoom = true;
if (result[0].data.success) {
let res = result[0].data.result;
@@ -253,6 +262,7 @@
}
})
},
+ //获取心理课堂数据
getPsychologyClassroom: function () {
let param = {
"access_token": "system_01##20200102030405##a6ce11eab94df48a6ce11eab",
@@ -260,6 +270,7 @@
"query_id": "query_deyu_xinli2",
"query_param": [
this.BaseConfig.person_info_my.bureau_id + ""
+ // "900008135"
]
},
"query_cache": 0,
@@ -273,6 +284,7 @@
params: param,
method: "post",
}], (result) => {
+ // console.log('获取心理课堂数据', result)
this.showPsychicClassroom = true;
if (result[0].data.success) {
let res = result[0].data.result;
@@ -347,7 +359,7 @@
if (dataList && dataList.length > 0) {
for (let i = 0; i < 5; i++) {
let dataInfo = dataList[i];
- if(dataInfo){
+ if (dataInfo) {
let cover_json = dataList[i].cover_json;
if (cover_json !== "") {
let imgObj = JSON.parse(cover_json);
@@ -358,7 +370,7 @@
}
for (let i = 5; i < 7; i++) {
let dataInfo = dataList[i];
- if(dataInfo){
+ if (dataInfo) {
let cover_json = dataList[i].cover_json;
if (cover_json !== "") {
let imgObj = JSON.parse(cover_json);
@@ -375,7 +387,7 @@
prev() {
this.swiper.slidePrev();
},
- next(){
+ next() {
this.classRoomSwiper.slideNext();
},
changeType: function () {
@@ -460,7 +472,7 @@
.psychic-build-content-style {
width: 100%;
height: 345px;
- /deep/ .ant-spin-container{
+ /deep/ .ant-spin-container {
width: 100%;
height: 100%;
display: flex;
@@ -666,8 +678,8 @@
flex-direction: column;
justify-content: space-between;
color: $color-default-bright;
- .table-row-style{
- .header-box-style{
+ .table-row-style {
+ .header-box-style {
cursor: pointer;
}
}
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/virtueBodyHealthArt/sportsWork.vue b/src/views/screenAdaptation/pages/moralEducationCenter/virtueBodyHealthArt/sportsWork.vue
index 9d4162b..8625876 100644
--- a/src/views/screenAdaptation/pages/moralEducationCenter/virtueBodyHealthArt/sportsWork.vue
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/virtueBodyHealthArt/sportsWork.vue
@@ -103,10 +103,11 @@
import Upload from '../../../../../components/common/uploader/Upload.vue';
import ImgPreview from '../../../common/imgPreview.vue';
import CommonInfo from '../../../common/commonInfo.vue';
- export default{
- data(){
+
+ export default {
+ data() {
return {
- spinning:false,
+ spinning: false,
listScroll: this.StaticParams.scrollOption,
studentPhysiqueList: [],
showDocument: false,
@@ -126,7 +127,7 @@
infoObj: {}
}
},
- mounted(){
+ mounted() {
this.getBodyMonitorInfo();
this.getPolicyFile();
this.getGamesData();
@@ -141,6 +142,7 @@
"query_id": "query_deyu_tizhi",
"query_param": [
this.BaseConfig.person_info_my.bureau_id + ""
+ // "900008135"
]
},
"query_cache": 0,
@@ -477,7 +479,7 @@
.sports-work-content-style {
width: 100%;
height: 345px;
- /deep/ .ant-spin-container{
+ /deep/ .ant-spin-container {
width: 100%;
height: 100%;
display: flex;
diff --git a/src/views/screenAdaptation/pages/teachingCenter/teachingCheck.vue b/src/views/screenAdaptation/pages/teachingCenter/teachingCheck.vue
index 7cfe444..f78ed72 100644
--- a/src/views/screenAdaptation/pages/teachingCenter/teachingCheck.vue
+++ b/src/views/screenAdaptation/pages/teachingCenter/teachingCheck.vue
@@ -217,6 +217,9 @@
height: 100%;
display: flex;
flex-direction: column;
+ .timeLine-empty {
+ margin-top: 40px;
+ }
.content-title-style {
width: 100%;
height: 20px;