feat: 分组管理

This commit is contained in:
xuziqiang
2024-05-29 16:29:22 +08:00
parent f7ebb4bd60
commit 4614c8699f
14 changed files with 584 additions and 157 deletions

View File

@@ -1,5 +1,3 @@
import type { RuleObject } from 'ant-design-vue/es/form/interface';
declare global {
type Rule = RuleObject & {
@@ -33,5 +31,7 @@ declare global {
class?: String; //添加额外样式
autoSubmit: Boolean; //是否操作后提交表单
format: Function;
extra: string;
style: Object;
}
}