[bug] 收入合同详情-待存档状态文本替换
This commit is contained in:
@@ -157,7 +157,10 @@
|
|||||||
<a-row>
|
<a-row>
|
||||||
<a-col :sm="6" :xs="24">{{ item.createBy }}</a-col>
|
<a-col :sm="6" :xs="24">{{ item.createBy }}</a-col>
|
||||||
<a-col :sm="6" :xs="24">{{ item.createTime }}</a-col>
|
<a-col :sm="6" :xs="24">{{ item.createTime }}</a-col>
|
||||||
<a-col :sm="6" :xs="24">{{ item.contractStatus_dictText }}</a-col>
|
<!-- 待存档状态文本替换-->
|
||||||
|
<a-col :sm="6" :xs="24">
|
||||||
|
{{ item.contractStatus_dictText === '待存档' ? '审核通过' : item.contractStatus_dictText }}
|
||||||
|
</a-col>
|
||||||
<a-col :sm="6" :xs="24">{{ item.explainRemarks }}</a-col>
|
<a-col :sm="6" :xs="24">{{ item.explainRemarks }}</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user