提交 7bce310d authored 作者: lihuihui's avatar lihuihui

修改bug

上级 3f2a9cf1
...@@ -30,7 +30,6 @@ export default { ...@@ -30,7 +30,6 @@ export default {
}, },
mounted() { mounted() {
this.getCondition() this.getCondition()
this.changes()
}, },
methods: { methods: {
openPdf() { openPdf() {
...@@ -55,6 +54,7 @@ export default { ...@@ -55,6 +54,7 @@ export default {
.then(response => { .then(response => {
this.options = response.data.get_school_info.project_map this.options = response.data.get_school_info.project_map
this.value = response.data.get_school_info.project_map[0].id this.value = response.data.get_school_info.project_map[0].id
this.changes()
}) })
.finally(() => {}) .finally(() => {})
} }
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<img :src="info.head_img" /> <img :src="info.head_img" />
</div> </div>
<div class="info-box" style="margin-right: 20px"> <div class="info-box" style="margin-right: 20px">
<div class="name">{{ $i18n.locale == 'zh' ? info.chinese_name : info.english_name }}</div> <!-- <div class="name">{{ $i18n.locale == 'zh' ? info.chinese_name : info.english_name }}</div> -->
<div class="name">{{ info.english_name }}</div>
<div class="info">{{ setSex(info.gender) }} | {{ info.age }} | {{ info.city }},{{ info.country }}</div> <div class="info">{{ setSex(info.gender) }} | {{ info.age }} | {{ info.city }},{{ info.country }}</div>
<div class="info-temp m-t33"> <div class="info-temp m-t33">
<div class="name w120">{{ $t('shmsLang.status.mobile') }}</div> <div class="name w120">{{ $t('shmsLang.status.mobile') }}</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论