Compare commits

..

No commits in common. "94b0354fe42cc68cef0f890f618e79b091959991" and "e04e94a792c8dcdce1255c2b8e23e0d078cb1409" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<template>
<el-form ref="equipmentForm" :model="form" :rules="rules" label-width="350px">
<el-form ref="equipmentForm" :model="form" :rules="rules" label-width="300px">
<div class="base-dialog-body">
<!-- 扫描设备 -->
<el-form-item :label="$t('trials:equiptResearch:form:equipment')" prop="EquipmentTypeEnum"

View File

@ -4,7 +4,7 @@
<h2 style="text-align:center;">
<!-- 中心调研表 -->
{{ $t('trials:researchForm:title:question') }}
<TopLang style="position: fixed;top: 40px;right: 40px" />
<!-- <TopLang style="position: fixed;top: 40px;right: 40px" /> -->
</h2>
<el-card shadow="hover">
<el-form ref="resetForm" v-loading="loading" :model="form" label-width="150px" style="width:80%;margin:0 auto;"

View File

@ -26,7 +26,7 @@
<script>
import { mapGetters, mapMutations } from 'vuex'
import { changeURLStatic } from '@/utils/history.js'
export default {
name: 'TopLang',
@ -44,8 +44,7 @@ export default {
this.$i18n.locale = lang
this.setLanguage(lang)
this.$updateDictionary()
changeURLStatic('lang', lang)
window.location.reload()
// window.location.reload()
}
}
}