feat: 字典组件支持Number类型

https://gitee.com/youlaiorg/vue3-element-admin/issues/I7N3DO #I7N3DO

Former-commit-id: 68a8da9e2d19e2ab3f842d3d97fb8850406d30c3
This commit is contained in:
郝先瑞
2023-08-04 12:58:39 +08:00
parent 8e37f9b7d2
commit 3e8df9a431
4 changed files with 26 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ declare global {
/**
* 值
*/
value: number;
value: string;
/**
* 文本
*/