| | |
| | | import fixtureBorrowDrawer from '#/views/eims/fixture-borrow/fixture-borrow-drawer.vue'; |
| | | |
| | | import { columns, querySchema } from './data'; |
| | | import fixtureDrawer from './fixture-drawer.vue'; |
| | | import fixtureBorrowListDrawer from './fixture-borrow-list-drawer.vue'; |
| | | import fixtureDrawer from './fixture-drawer.vue'; |
| | | import fixtureImportModal from './fixture-import-modal.vue'; |
| | | import FixtureTypeTree from './fixture-type-tree.vue'; |
| | | |
| | |
| | | sortChange: (sortParams) => vxeSortEvent(tableApi, sortParams), |
| | | cellClick: (e: any) => { |
| | | const { row } = e; |
| | | console.error() |
| | | 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 |
| | |
| | | </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)"> |