[bug] 待存档文字替换
This commit is contained in:
@@ -147,7 +147,10 @@
|
||||
<a-row>
|
||||
<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.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-row>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user