批量审核

This commit is contained in:
wangshiming
2022-01-17 15:01:46 +08:00
parent e13233f99e
commit c34f6ffd63
3 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@
<nz-card nzTitle="补充信息">
<sv-container>
<sv label="是否回单">
{{ i?.supplementaryInformationVO?.stateReceipt === 1 ? '是' : '否' }}
{{ i?.supplementaryInformationVO?.stateReceipt ? '是' : '否' }}
</sv>
<sv label="回单类型">
{{ i?.supplementaryInformationVO?.receiptType === '1' ? '电子回单' : '纸质回单' }}