| | |
| | | :url="setOSSLink(row.contractUrl)" |
| | | > |
| | | </PreviewBtn> |
| | | <div v-else></div> |
| | | </template> |
| | | </ProTableV2> |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import { useTable, ProTableV2, defineColumns } from '@bole-core/components'; |
| | | import { useTable, ProTableV2, defineColumns, PreviewBtn } from '@bole-core/components'; |
| | | import { setOSSLink } from '@/utils'; |
| | | import { |
| | | EnumTaskUserSignContractStatus, |
| | |
| | | page: pageIndex, |
| | | orderInput: extraParamState.orderInput, |
| | | }, |
| | | id: form.value.id, |
| | | enterpriseEmployeeId: form.value.id, |
| | | }; |
| | | let res = await userServices.getPersonalUserInfoSignContracts(params); |
| | | return res; |