|
@@ -226,7 +226,7 @@
|
|
<img src="~@/assets/img/questionnaire.png" v-if="isQuestionShow" @click="showQuestionDia=true"
|
|
<img src="~@/assets/img/questionnaire.png" v-if="isQuestionShow" @click="showQuestionDia=true"
|
|
style="width: 84px;height: 24; cursor: pointer;" />
|
|
style="width: 84px;height: 24; cursor: pointer;" />
|
|
</div>
|
|
</div>
|
|
- <div class="lang-content" @click="langChangeHandler">{{$i18n.locale == 'zh'?'切换英文版':'切换中文版'}}</div>
|
|
|
|
|
|
+ <div class="lang-content" @click="langChangeHandler">{{$i18n.locale == 'zh'?'English':'中文'}}</div>
|
|
</div>
|
|
</div>
|
|
<!-- 消息通知 -->
|
|
<!-- 消息通知 -->
|
|
<notification-msg ref="notification"/>
|
|
<notification-msg ref="notification"/>
|