| | |
| | | sortChange: (sortParams) => vxeSortEvent(tableApi, sortParams), |
| | | cellClick: (e: any) => { |
| | | const { row } = e; |
| | | handleBorroeList(row); |
| | | // handleBorroeList(row); |
| | | } |
| | | } |
| | | }); |
| | |
| | | <a-button v-access:code="['eims:fixture:export']" @click="handleDownloadExcel"> |
| | | {{ $t('pages.common.export') }} |
| | | </a-button> |
| | | <!-- <a-button v-access:code="['eims:fixture:import']" @click="handleImport"> |
| | | <a-button v-access:code="['eims:fixture:import']" @click="handleImport"> |
| | | {{ $t('pages.common.import') }} |
| | | </a-button>--> |
| | | </a-button> |
| | | <a-button |
| | | :disabled="!vxeCheckboxChecked(tableApi)" |
| | | danger |
| | |
| | | </Space> |
| | | </template> |
| | | |
| | | <template #fixtureName="{ row }"> |
| | | <Space> |
| | | <a-button type="link" @click="handleBorroeList(row)"> {{ row.fixtureName }}</a-button> |
| | | </Space> |
| | | </template> |
| | | |
| | | <template #action="{ row }"> |
| | | <Space> |
| | | <ghost-button v-access:code="['eims:fixture:edit']" @click.stop="handleEdit(row)"> |