'保单详情使用字段修改'

This commit is contained in:
proudlx
2021-04-07 13:06:31 +08:00
parent 4003cc843c
commit bc1c83a7b4

View File

@@ -4,7 +4,7 @@
<template #boxTitle>
<span>保单信息</span>
</template>
<InfoCell label="保单号">{{OrderInfoDTO.contNo}}</InfoCell>
<InfoCell label="保单号">{{OrderInfoDTO.oldPolicyContNo}}</InfoCell>
<InfoCell label="生效日期">{{OrderInfoDTO.cvaliDate}}</InfoCell>
<InfoCell label="保单状态">{{OrderInfoDTO.contState}}</InfoCell>
<InfoCell label="签收状态">{{OrderInfoDTO.orderStatus | orderStatusFilter}}</InfoCell>