UI界面变更
This commit is contained in:
@@ -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')}}
|
||||
|
||||
Reference in New Issue
Block a user