|
@@ -1,9 +1,10 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div
|
|
<div
|
|
|
class="pb_content"
|
|
class="pb_content"
|
|
|
- style="height: auto; width: calc(100% - 40px); margin: 0 auto;background: unset;"
|
|
|
|
|
|
|
+ :style="{padding : gotype ? '0 40px' : ''}"
|
|
|
|
|
+ style="height: auto; width: calc(100% - 40px); margin: 0 auto;background: unset;box-sizing: border-box;"
|
|
|
>
|
|
>
|
|
|
- <div style="width:100%;padding:0;box-sizing: border-box;">
|
|
|
|
|
|
|
+ <div style="width:100%;padding:0;box-sizing: border-box;" v-if="!gotype">
|
|
|
<div class="pb_head top">
|
|
<div class="pb_head top">
|
|
|
<div style="display: flex;align-items: center;">
|
|
<div style="display: flex;align-items: center;">
|
|
|
<span
|
|
<span
|
|
@@ -61,6 +62,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <backPage style="padding-left: 0;" v-else tit="学生管理"></backPage>
|
|
|
<div class="bbox_serch">
|
|
<div class="bbox_serch">
|
|
|
<el-select
|
|
<el-select
|
|
|
v-model="selectTime"
|
|
v-model="selectTime"
|
|
@@ -165,15 +167,17 @@ import radarZong from "./dataCom/radarZong.vue";
|
|
|
import radarTeacher from "./dataCom/radarTeacher.vue";
|
|
import radarTeacher from "./dataCom/radarTeacher.vue";
|
|
|
|
|
|
|
|
import Cascader from "./dataCom/cascader.vue";
|
|
import Cascader from "./dataCom/cascader.vue";
|
|
|
|
|
+import backPage from "../liyuan/components/backPage.vue";
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: "testDataBoard",
|
|
name: "testDataBoard",
|
|
|
- components: { radarZong, radarTeacher, Cascader },
|
|
|
|
|
|
|
+ components: { radarZong, radarTeacher, Cascader,backPage },
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
userid: this.$route.query.userid, //用户id
|
|
userid: this.$route.query.userid, //用户id
|
|
|
oid: this.$route.query.oid, //学校id
|
|
oid: this.$route.query.oid, //学校id
|
|
|
org: this.$route.query.org, //组织id
|
|
org: this.$route.query.org, //组织id
|
|
|
|
|
+ gotype: (window.topU && window.topU.gotype) ? window.topU.gotype : '',
|
|
|
pType: 2,
|
|
pType: 2,
|
|
|
teacherName: "",
|
|
teacherName: "",
|
|
|
tabLoading: false,
|
|
tabLoading: false,
|