|
@@ -7,7 +7,7 @@
|
|
>
|
|
>
|
|
<VxeBasicTable ref="tableRef" v-bind="gridOptions">
|
|
<VxeBasicTable ref="tableRef" v-bind="gridOptions">
|
|
<template #action="{ row }">
|
|
<template #action="{ row }">
|
|
- <TableAction :actions="createActions(row)" />
|
|
|
|
|
|
+ <TableAction outside :actions="createActions(row)" />
|
|
</template>
|
|
</template>
|
|
</VxeBasicTable>
|
|
</VxeBasicTable>
|
|
</PageWrapper>
|
|
</PageWrapper>
|
|
@@ -27,6 +27,7 @@
|
|
|
|
|
|
const gridOptions = reactive<BasicTableProps>({
|
|
const gridOptions = reactive<BasicTableProps>({
|
|
id: 'VxeTable',
|
|
id: 'VxeTable',
|
|
|
|
+ keepSource: true,
|
|
editConfig: { trigger: 'click', mode: 'cell', showStatus: true },
|
|
editConfig: { trigger: 'click', mode: 'cell', showStatus: true },
|
|
columns: vxeTableColumns,
|
|
columns: vxeTableColumns,
|
|
toolbarConfig: {
|
|
toolbarConfig: {
|