Explorar el Código

perf(系统模块-用户组): 优化用户组列顺序配置

shizhongming hace 2 años
padre
commit
e912198e06

+ 1 - 0
src/components/SmartTable/src/hooks/usePagination.ts

@@ -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>({});

+ 1 - 0
src/modules/smart-system/views/userGroup/UserGroupListView.config.ts

@@ -9,6 +9,7 @@ export const getTableColumns = (): SmartColumn[] => {
       width: 60,
       align: 'center',
       fixed: 'left',
+      field: 'checkbox',
     },
     {
       title: '{system.views.userGroup.table.groupCode}',