feat: add title disabled property #680

This commit is contained in:
Hufe921
2024-08-01 20:10:34 +08:00
parent 3235e5ae38
commit 87a8dbea15
11 changed files with 89 additions and 67 deletions
+1
View File
@@ -157,6 +157,7 @@ interface IElement {
title?: {
conceptId?: string;
deletable?: boolean;
disabled?: boolean;
};
// 列表
listType?: ListType;