| | |
| | | BountyCheckStatusEnumText[form.outCheckStatus] |
| | | }}</span> |
| | | </span> |
| | | <span class="page-form-layout-title-item remark"> |
| | | <template v-if="form.outCheckStatus === BountyCheckStatusEnum.CheckReject"> |
| | | <TextOverTooltip v-if="form.outCheckStatus === BountyCheckStatusEnum.CheckReject"> |
| | | <span class="page-form-layout-title-item remark"> |
| | | {{ `审核未通过原因:${form.outCheckRemark ?? ''}` }} |
| | | </template> |
| | | </span> |
| | | </span> |
| | | </TextOverTooltip> |
| | | </div> |
| | | </template> |
| | | <DetailView :form="form"> |
| | |
| | | PageFormLayout, |
| | | useTable, |
| | | useFormDialog, |
| | | TextOverTooltip, |
| | | } from '@bole-core/components'; |
| | | import ChunkCellV2 from '@/components/Layout/ChunkCellV2.vue'; |
| | | import DetailView from '@/components/commonView/DetailView.vue'; |