修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-07 09:38:47 +08:00
parent d433306dd1
commit 9d27eabd99
2 changed files with 18 additions and 15 deletions
@@ -304,7 +304,7 @@
<!-- 错误数据提示-->
<a-modal
:title="$t('operationFailed')"
:width="700"
:width="860"
v-model="visibleoperationFailed"
:maskClosable="false"
:footer="null"
@@ -330,47 +330,47 @@
</div>
</div>
<!-- 认证工程师-提示-->
<div style='font-size: 16px;color: red;display: flex;justify-content: center' v-if='NoEngineer === 1'>
<div style='font-size: 16px;color: red;text-align: center' v-if='NoEngineer === 1'>
{{ currentPersonRole =='homo'? $t('certifiedEngineer'): (currentPersonRole =='sdt'?
$t('engineeringInterfacePerson'): $t('completedBy')) }}{{$t('Datastatusis')}}
<!-- 下发收集时-->
<span v-if='jurisdiction === "HOMOZFSJ"'>
<span v-if='jurisdiction === "HOMOZFSJ"' class="text-wraning">
'{{$t('CollectionInitiated')}}'、'{{$t('ReturnedPerson')}}'{{$t('or')}}'{{$t('alteration')}}'
</span>
<!-- 同步上报库-->
<span v-else-if='jurisdiction === "HOMOTBSBK"'>
<span v-else-if='jurisdiction === "HOMOTBSBK"' class="text-wraning">
'{{$t('Submitted')}}'{{$t('or')}}'{{$t('alteration')}}'
</span>
<!-- 截止时间-->
<span v-else-if='jurisdiction === "HOMOJZSJ"'>
<span v-else-if='jurisdiction === "HOMOJZSJ"' class="text-wraning">
'{{$t('CollectionInitiated')}}'
</span>
<!-- 分配填写人 -->
<span v-else-if='jurisdiction === "SDTFPTXR"'>
<span v-else-if='jurisdiction === "SDTFPTXR"' class="text-wraning">
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
</span>
<!-- 引用参数-->
<span v-else-if='jurisdiction === "DREYYCS"'>
<span v-else-if='jurisdiction === "DREYYCS"' class="text-wraning">
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
</span>
<!-- 退回-->
<span v-else-if='jurisdiction === "homoTH"'>
<span v-else-if='jurisdiction === "homoTH"' class="text-wraning">
{{$t('Submitted')}}
</span>
<span v-else-if='jurisdiction === "sdtTH"'>
<span v-else-if='jurisdiction === "sdtTH"' class="text-wraning">
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
</span>
<span v-else-if='jurisdiction === "dreTH"'>
<span v-else-if='jurisdiction === "dreTH"' class="text-wraning">
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
</span>
<!-- 强制撤回-->
<span v-else-if='jurisdiction === "homoQZTH"'>
<span v-else-if='jurisdiction === "homoQZTH"' class="text-wraning">
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
</span>
<span v-else-if='jurisdiction === "sdtQZTH"'>
<span v-else-if='jurisdiction === "sdtQZTH"' class="text-wraning">
{{$t('completed')}}
</span>
<span v-else-if='jurisdiction === "dreQZTH"'>
<span v-else-if='jurisdiction === "dreQZTH"' class="text-wraning">
{{$t('Submitted')}}
</span>
{{$t('timeoperation')}}
@@ -1674,4 +1674,7 @@
}
}
}
.text-wraning{
word-break: break-word;
}
</style>
@@ -155,14 +155,14 @@
title: this.$t('collectionCompletionTime'),
align: 'center',
dataIndex: 'finishTime',
width: 160,
width: 180,
ellipsis: true,
scopedSlots: { customRender: 'collectionCompletionTime' }
},
{
title: this.$t('Version'),
align: 'center',
width: 50,
width: 80,
ellipsis: true,
dataIndex: 'version'
},