| | |
| | | row.status === InsurancePolicyStatusEnum.WaitEffect, |
| | | }, |
| | | }, |
| | | { |
| | | data: { |
| | | enCode: 'standarEndoBtn', |
| | | name: '申请退保', |
| | | }, |
| | | emits: { |
| | | onClick: (role) => handleStandarEndo(role), |
| | | }, |
| | | }, |
| | | ]).filter(Boolean); |
| | | |
| | | const BaseState = { |
| | |
| | | }, |
| | | }); |
| | | } |
| | | |
| | | async function handleStandarEndo(row: API.GetInsurancePageOutput) { |
| | | try { |
| | | await Message.deleteMessage('是否申请退保?'); |
| | | let params = { |
| | | id: row.id, |
| | | }; |
| | | // let res = await userServices.deleteRole(params); |
| | | // if (res) { |
| | | // Message.successMessage('操作成功'); |
| | | // getList(paginationState.pageIndex); |
| | | // } |
| | | } catch (error) {} |
| | | } |
| | | </script> |
| | |
| | | }, |
| | | { |
| | | id: '14', |
| | | enCode: 'auditStatus', |
| | | name: '审核状态', |
| | | width: 160, |
| | | }, |
| | | { |
| | | id: '15', |
| | | enCode: 'status', |
| | | name: '投保状态', |
| | | width: 160, |
| | | }, |
| | | { |
| | | id: '15', |
| | | id: '16', |
| | | enCode: 'claimCount', |
| | | name: '理赔数量', |
| | | width: 160, |