This commit is contained in:
xingyu4j
2025-06-09 10:19:25 +08:00
12 changed files with 142 additions and 47 deletions

View File

@@ -1,3 +1,4 @@
import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
import type { Recordable } from '@vben/types';
import { h } from 'vue';
@@ -63,7 +64,7 @@ setupVbenVxeTable({
round: true,
showOverflow: true,
size: 'small',
},
} as VxeTableGridOptions,
});
// 表格配置项可以用 cellRender: { name: 'CellImage' },