|
@@ -3,9 +3,12 @@
|
|
<!--導航列-->
|
|
<!--導航列-->
|
|
<div class="myNav">
|
|
<div class="myNav">
|
|
<div>
|
|
<div>
|
|
- <span @click="clickSidebarToggle()" v-if="MyNo != '1' && MyNo != '4' && MyNo != 'X' && MyNo != '7' && MyNo != '8'" class="sidebar-toggle">
|
|
|
|
|
|
+ <span @click="clickSidebarToggle()" v-if="MyNo != '1' && MyNo != '4' && MyNo != 'X' && MyNo != '7' && MyNo != '8' && MyNo != '12' && MyNo != '13'" class="sidebar-toggle">
|
|
<Icon class="menu-icon" type="md-menu" :class="{'menu-icon-close': this.$store.getters.getSidebarisOpen == false}" v-if="MyNo != '11'" />
|
|
<Icon class="menu-icon" type="md-menu" :class="{'menu-icon-close': this.$store.getters.getSidebarisOpen == false}" v-if="MyNo != '11'" />
|
|
</span>
|
|
</span>
|
|
|
|
+ <span v-show="MyNo === '13'" class="sidebar-toggle">
|
|
|
|
+ <Icon custom="iconfont icon-exit" size="20" class="menu-icon" @click="$router.go(-1)"></Icon>
|
|
|
|
+ </span>
|
|
<span :class="['mytitle', {'no-show-title': MyNo === '1'}]">{{ MyName }}</span>
|
|
<span :class="['mytitle', {'no-show-title': MyNo === '1'}]">{{ MyName }}</span>
|
|
</div>
|
|
</div>
|
|
<div :class="courseList.length && !onlySystem ? 'selectClass' : 'addClass'" v-if="MyNo != '11'">
|
|
<div :class="courseList.length && !onlySystem ? 'selectClass' : 'addClass'" v-if="MyNo != '11'">
|
|
@@ -632,17 +635,17 @@ export default {
|
|
admClass = {
|
|
admClass = {
|
|
id: "",
|
|
id: "",
|
|
no: "",
|
|
no: "",
|
|
- name: "基本课程-系统",
|
|
|
|
|
|
+ name: `${this.$t('studentWeb.courseType.basicCourses')}-${this.$t('studentWeb.courseType.system')}`,
|
|
subject: "",
|
|
subject: "",
|
|
scope: "school",
|
|
scope: "school",
|
|
school: this.$store.state.userInfo.azp,
|
|
school: this.$store.state.userInfo.azp,
|
|
creatorId: "",
|
|
creatorId: "",
|
|
desc: "",
|
|
desc: "",
|
|
roster: undefined,
|
|
roster: undefined,
|
|
- teacherName: "系统",
|
|
|
|
|
|
+ teacherName: this.$t('studentWeb.courseType.system'),
|
|
list: this.user.studentProfile.classinfo.id,
|
|
list: this.user.studentProfile.classinfo.id,
|
|
listName: this.user.studentProfile.classinfo.name,
|
|
listName: this.user.studentProfile.classinfo.name,
|
|
- showName: `基本课程-系统(系统-${this.user.studentProfile.classinfo.name})`,
|
|
|
|
|
|
+ showName: `${this.$t('studentWeb.courseType.basicCourses')}-${this.$t('studentWeb.courseType.system')}(${this.$t('studentWeb.courseType.system')}-${this.user.studentProfile.classinfo.name})`,
|
|
courseAddDate: "",
|
|
courseAddDate: "",
|
|
createTime: 0,
|
|
createTime: 0,
|
|
isSystem: true,
|
|
isSystem: true,
|
|
@@ -656,17 +659,17 @@ export default {
|
|
let admClass = {
|
|
let admClass = {
|
|
id: "",
|
|
id: "",
|
|
no: "",
|
|
no: "",
|
|
- name: "基本课程-系统",
|
|
|
|
|
|
+ name: `${this.$t('studentWeb.courseType.basicCourses')}-${this.$t('studentWeb.courseType.system')}`,
|
|
subject: "",
|
|
subject: "",
|
|
scope: "school",
|
|
scope: "school",
|
|
school: this.$store.state.userInfo.azp,
|
|
school: this.$store.state.userInfo.azp,
|
|
creatorId: "",
|
|
creatorId: "",
|
|
desc: "",
|
|
desc: "",
|
|
roster: undefined,
|
|
roster: undefined,
|
|
- teacherName: "系统",
|
|
|
|
|
|
+ teacherName: this.$t('studentWeb.courseType.system'),
|
|
list: this.user.studentProfile.classinfo.id,
|
|
list: this.user.studentProfile.classinfo.id,
|
|
listName: this.user.studentProfile.classinfo.name,
|
|
listName: this.user.studentProfile.classinfo.name,
|
|
- showName: `基本课程-系统(系统-${this.user.studentProfile.classinfo.name})`,
|
|
|
|
|
|
+ showName: `${this.$t('studentWeb.courseType.basicCourses')}-${this.$t('studentWeb.courseType.system')}(${this.$t('studentWeb.courseType.system')}-${this.user.studentProfile.classinfo.name})`,
|
|
courseAddDate: "",
|
|
courseAddDate: "",
|
|
createTime: 0,
|
|
createTime: 0,
|
|
isSystem: true,
|
|
isSystem: true,
|