@ -52,6 +52,11 @@ setupVbenVxeTable({
round: true,
// 表格尺寸
size: 'medium',
customConfig: {
// 表格右上角自定义列配置 是否保存到localStorage
// 必须存在id参数才能使用
storage: false,
},
});
@ -61,6 +61,7 @@ const gridOptions: VxeGridProps = {
align: 'center',
showOverflow: true,
id: 'monitor-logininfo-index',
};
const checked = ref(false);
@ -42,6 +42,7 @@ const gridOptions: VxeGridProps = {
id: 'monitor-online-index',
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });
@ -90,6 +90,7 @@ const gridOptions: VxeGridProps<OperationLog> = {
id: 'monitor-operlog-index',
@ -63,6 +63,7 @@ const gridOptions: VxeGridProps = {
id: 'system-client-index',
@ -73,6 +73,7 @@ const gridOptions: VxeGridProps = {
id: 'system-config-index',
@ -72,6 +72,7 @@ const gridOptions: VxeGridProps = {
rowField: 'deptId',
transform: false,
id: 'system-dept-index',
const [BasicTable, tableApi] = useVbenVxeGrid({
@ -82,6 +82,7 @@ const gridOptions: VxeGridProps = {
id: 'system-dict-data-index',
@ -87,6 +87,7 @@ const gridOptions: VxeGridProps = {
id: 'system-dict-type-index',
@ -69,6 +69,7 @@ const gridOptions: VxeGridProps = {
rowField: 'menuId',
id: 'system-menu-index',
id: 'system-notice-index',
id: 'system-oss-config-index',
@ -92,6 +92,7 @@ const gridOptions: VxeGridProps = {
id: 'system-oss-index',
@ -86,6 +86,7 @@ const gridOptions: VxeGridProps = {
id: 'system-post-index',
@ -62,6 +62,7 @@ const gridOptions: VxeGridProps = {
id: 'system-role-assign-index',
id: 'system-role-index',
@ -81,6 +81,7 @@ const gridOptions: VxeGridProps = {
id: 'system-tenant-index',
@ -78,6 +78,7 @@ const gridOptions: VxeGridProps = {
id: 'system-tenant-package-index',
@ -124,6 +124,7 @@ const gridOptions: VxeGridProps = {
id: 'system-user-index',
@ -74,6 +74,7 @@ const gridOptions: VxeGridProps = {
id: 'tool-gen-index',