UI界面变更

This commit is contained in:
刘彦泽
2022-12-02 13:36:24 +08:00
parent 1944cd5122
commit 31bcf72d31
23 changed files with 104 additions and 56 deletions
@@ -394,7 +394,7 @@
</div>
</div>
<!-- 认证工程师-提示-->
<div style='font-size: 16px;color: red;text-align: center' v-if='NoEngineer === 1'>
<div style='font-size: 18px;text-align: center' v-if='NoEngineer === 1'>
{{ currentPersonRole =='homo'? $t('certifiedEngineer'): (currentPersonRole =='sdt'?
$t('engineeringInterfacePerson'): $t('completedBy')) }}{{$t('Datastatusis')}}
<!-- 下发收集时-->
@@ -418,23 +418,29 @@
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
</span>
<!-- 退回-->
<span v-else-if='jurisdiction === "homoTH"' class="text-wraning">
<span v-else-if='jurisdiction === "homoTH"' class="text-wraning" style='color: red'>
{{$t('Submitted')}}
</span>
<span v-else-if='jurisdiction === "sdtTH"' class="text-wraning">
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
<p style='display: inline; color: red'>'{{$t('handledInterface')}}'</p>
{{$t('or')}}
<p style='display: inline; color: red'>'{{$t('Filledreturn')}}'</p>
</span>
<span v-else-if='jurisdiction === "dreTH"' class="text-wraning">
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
<p style='display: inline; color: red'>'{{$t('completed')}}'</p>
{{$t('or')}}
<p style='display: inline; color: red'>'{{$t('ReturnedEngineer')}}'</p>
</span>
<!-- 强制撤回-->
<span v-else-if='jurisdiction === "homoQZTH"' class="text-wraning">
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
<span v-else-if='jurisdiction === "homoQZTH"' class="text-wraning" >
<p style='display: inline; color: red'>'{{$t('handledInterface')}}'</p>
{{$t('or')}}
<p style='display: inline; color: red'>'{{$t('Filledreturn')}}'</p>
</span>
<span v-else-if='jurisdiction === "sdtQZTH"' class="text-wraning">
<span v-else-if='jurisdiction === "sdtQZTH"' class="text-wraning" style='color: red'>
{{$t('completed')}}
</span>
<span v-else-if='jurisdiction === "dreQZTH"' class="text-wraning">
<span v-else-if='jurisdiction === "dreQZTH"' class="text-wraning" style='color: red'>
{{$t('Submitted')}}
</span>
{{$t('timeoperation')}}