部分页面去除中英文转换
parent
4b9118839f
commit
8fc6bdb437
|
@ -5,7 +5,7 @@
|
||||||
<!-- 中心调研表 -->
|
<!-- 中心调研表 -->
|
||||||
{{ $t('trials:researchForm:title:question') }}
|
{{ $t('trials:researchForm:title:question') }}
|
||||||
</h2>
|
</h2>
|
||||||
<TopLang style="position: fixed;top: 40px;right: 40px" />
|
<!-- <TopLang style="position: fixed;top: 40px;right: 40px" /> -->
|
||||||
<div style="display: flex;justify-content: space-between;">
|
<div style="display: flex;justify-content: space-between;">
|
||||||
<div>{{ $t('trials:researchForm:title:researchSurveyStatus') }} <el-tag>{{ $fd('ResearchRecord', state) }}</el-tag></div>
|
<div>{{ $t('trials:researchForm:title:researchSurveyStatus') }} <el-tag>{{ $fd('ResearchRecord', state) }}</el-tag></div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<h2 style="text-align:center;">
|
<h2 style="text-align:center;">
|
||||||
<!-- 中心调研表 -->
|
<!-- 中心调研表 -->
|
||||||
{{ $t('trials:researchForm:title:question') }}
|
{{ $t('trials:researchForm:title:question') }}
|
||||||
<TopLang style="position: fixed;top: 40px;right: 40px" />
|
<!-- <TopLang style="position: fixed;top: 40px;right: 40px" /> -->
|
||||||
</h2>
|
</h2>
|
||||||
<el-card shadow="hover">
|
<el-card shadow="hover">
|
||||||
<el-form
|
<el-form
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
<template>
|
<template>
|
||||||
<div v-loading="pageLoading" style="height:100%;display:flex;flex-direction: column;">
|
<div v-loading="pageLoading" style="height:100%;display:flex;flex-direction: column;">
|
||||||
<div style="height:50px">
|
<div style="height:50px">
|
||||||
<div style="text-align:right;">
|
<!-- <div style="text-align:right;">
|
||||||
<el-switch
|
<el-switch
|
||||||
v-model="isEnglish"
|
v-model="isEnglish"
|
||||||
active-text="EN"
|
active-text="EN"
|
||||||
inactive-text="中文"
|
inactive-text="中文"
|
||||||
style="margin-right:20px;"
|
style="margin-right:20px;"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> -->
|
||||||
<div style="text-align:center;">
|
<div style="text-align:center;">
|
||||||
<h3>{{ title }}</h3>
|
<h3>{{ title }}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue