提交 9ba830b1 authored 作者: matian's avatar matian

updates

上级 2ef4f8ba
...@@ -89,7 +89,8 @@ export default { ...@@ -89,7 +89,8 @@ export default {
{ label: '教育学硕士(家庭)MED', value: '1021' }, { label: '教育学硕士(家庭)MED', value: '1021' },
{ label: this.$t('aside.project1'), value: '1012' }, { label: this.$t('aside.project1'), value: '1012' },
{ label: this.$t('aside.project3'), value: '1008' }, { label: this.$t('aside.project3'), value: '1008' },
{ label: '餐饮管理方向MBA', value: '1015' } { label: '餐饮管理方向MBA', value: '1015' },
{ label: this.$t('aside.project4'), value: '1001' }
] ]
} else { } else {
return [ return [
......
...@@ -111,9 +111,9 @@ export default { ...@@ -111,9 +111,9 @@ export default {
computed: { computed: {
projectList() { projectList() {
if (this.$route.path === '/internationalDegree') { if (this.$route.path === '/internationalDegree') {
return this.projectListMap.slice(0, 6) return this.projectListMap.slice(0, 7)
} else if (this.$route.path === '/studyAbroad') { } else if (this.$route.path === '/studyAbroad') {
return this.projectListMap.slice(-5) return this.projectListMap.slice(-4)
} else { } else {
return this.projectListMap return this.projectListMap
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论