| | |
| | | incomeBankAccount: string; |
| | | incomeBankCardNumber: string; |
| | | incomeBankName: string; |
| | | insurePeopleNum: number; |
| | | creationTime: string; |
| | | }; |
| | | |
| | |
| | | key: 'insureBillNo', |
| | | }, |
| | | { |
| | | label: '投保人数', |
| | | key: 'insurePeopleNum', |
| | | }, |
| | | { |
| | | label: '出账申请日期', |
| | | key: 'tradeTime', |
| | | type: 'date', |
| | | }, |
| | | props.isApplyTrade |
| | | ? { |
| | | label: '', |
| | | } |
| | | : { |
| | | !props.isApplyTrade && { |
| | | label: '出账审核日期', |
| | | key: 'auditTime', |
| | | type: 'date', |
| | |
| | | key: 'bountyAmount', |
| | | type: 'money', |
| | | }, |
| | | ], |
| | | !props.isApplyTrade && { |
| | | label: '', |
| | | }, |
| | | ].filter(Boolean) as any, |
| | | }); |
| | | |
| | | const dialogForm = ref<FormInstance>(); |