mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
Compare commits
2 Commits
master
...
master-bug
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
406c9fbf7c | ||
|
|
b4b090e5c0 |
@@ -1218,7 +1218,7 @@ export default {
|
|||||||
});
|
});
|
||||||
this.teacherValues = tlist;
|
this.teacherValues = tlist;
|
||||||
this.teacherDownList = tlist;
|
this.teacherDownList = tlist;
|
||||||
if (this.courseInfo.tags != '') {
|
if (this.courseInfo.tags) {
|
||||||
this.showTags = this.courseInfo.tags.split(',');
|
this.showTags = this.courseInfo.tags.split(',');
|
||||||
}
|
}
|
||||||
this.$nextTick(function() {
|
this.$nextTick(function() {
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
>贡献者大会</span
|
>贡献者大会</span
|
||||||
>
|
>
|
||||||
<el-dropdown-menu slot="dropdown">
|
<el-dropdown-menu slot="dropdown">
|
||||||
<el-dropdown-item command="four">2025</el-dropdown-item>
|
<!-- <el-dropdown-item command="four">2025</el-dropdown-item>-->
|
||||||
<el-dropdown-item command="three" divided>2024</el-dropdown-item>
|
<el-dropdown-item command="three" divided>2024</el-dropdown-item>
|
||||||
<el-dropdown-item command="one" divided>2023</el-dropdown-item>
|
<el-dropdown-item command="one" divided>2023</el-dropdown-item>
|
||||||
<el-dropdown-item command="two" divided>2022</el-dropdown-item>
|
<el-dropdown-item command="two" divided>2022</el-dropdown-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user