@@ -10,6 +10,7 @@ import { VxeGridPropTypes } from 'vxe-table';
* 分页支持
* @author zhongming4762
* @param propsRef
+ * @param emit
*/
export const usePagination = (propsRef: ComputedRef<SmartTableProps>, emit: Function) => {
const configRef = ref<VxeGridPropTypes.PagerConfig>({});
@@ -9,6 +9,7 @@ export const getTableColumns = (): SmartColumn[] => {
width: 60,
align: 'center',
fixed: 'left',
+ field: 'checkbox',
},
{
title: '{system.views.userGroup.table.groupCode}',