| | |
| | | placement="top-start" |
| | | v-if="row.auditStatus === InsurancePolicyAuditStatusEnum.Reject" |
| | | > |
| | | <div style="display: inline-flex; align-items: center"> |
| | | <div style="display: inline-flex; align-items: center; color: inherit"> |
| | | {{ InsurancePolicyAuditStatusEnumText[row.auditStatus] }} |
| | | <el-icon size="16" color="#3a71ff"><QuestionFilled /></el-icon> |
| | | </div> |
| | | </el-tooltip> |
| | | <el-text v-else> |
| | | <el-text v-else style="color: inherit"> |
| | | {{ InsurancePolicyAuditStatusEnumText[row.auditStatus] }} |
| | | </el-text> |
| | | </template> |
| | |
| | | serialNum: '', |
| | | url: [] as UploadUserFile[], |
| | | productIdNumber: '', |
| | | productSchemeIdNumber: '', |
| | | }, |
| | | closeAfterConfirm: false, |
| | | }); |
| | |
| | | serialNum: editForm.serialNum, |
| | | url: editForm.url?.[0]?.path, |
| | | productIdNumber: editForm.productIdNumber, |
| | | productSchemeIdNumber: editForm.productSchemeIdNumber, |
| | | }; |
| | | let res = await insuranceOrderServices.importInsStaffToList(params); |
| | | if (res.length > 0) { |