style: system views code style

This commit is contained in:
xingyu4j
2025-04-22 11:25:11 +08:00
parent 4e1d6812ff
commit da3fd5b718
84 changed files with 1200 additions and 624 deletions

View File

@@ -1,10 +1,7 @@
import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
import type { VbenFormSchema } from '#/adapter/form';
import type { OnActionClickFn } from '#/adapter/vxe-table';
import type { SystemAreaApi } from '#/api/system/area';
import { z } from '#/adapter/form';
import { useAccess } from '@vben/access';
import type { VbenFormSchema } from '#/adapter/form';
import type { SystemAreaApi } from '#/api/system/area';
/** 查询 IP 的表单 */
export function useFormSchema(): VbenFormSchema[] {
@@ -25,7 +22,7 @@ export function useFormSchema(): VbenFormSchema[] {
componentProps: {
placeholder: '展示查询 IP 结果',
readonly: true,
}
},
},
];
}