@uf_lee/leeui 1.0.28 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  * @Author: 李天惊 uf_lee@163.com
3
3
  * @Date: 2025-04-09 12:39:11
4
4
  * @LastEditors: 李天惊 uf_lee@163.com
5
- * @LastEditTime: 2025-04-09 12:58:22
5
+ * @LastEditTime: 2025-04-12 16:09:43
6
6
  * @FilePath: \leeui\lee-ui\README.md
7
7
  * Copyright (c) 2025 by ${git_name_email}, All Rights Reserved.
8
8
  -->
@@ -64,13 +64,20 @@ git clone https://gitee.com/uf_lee/lee-ui-test.git
64
64
  | `schema` | 表单配置项 | `FormSchema[]` | `[]` |
65
65
  | `model` | 表单数据对象 | `Record<string, any>` | `{}` |
66
66
 
67
- ### `LElFormItemCom` 组件
67
+ ### `LElCom` 组件
68
68
 
69
69
  | 参数 | 说明 | 类型 | 默认值 |
70
70
  | --------- | ------- | ------------ | --- |
71
71
  | `data` | 单个表单项配置 | `FormSchema` | - |
72
72
  | `v-model` | 绑定的数据值 | `any` | - |
73
73
 
74
+ ### `LElTable` 组件
75
+
76
+ | 参数 | 说明 | 类型 | 默认值 |
77
+ | --------- | ------- | ------------ | --- |
78
+ | `schema` | 表格配置项 | `TableSchema[]` | `[]` |
79
+ | `data` | 表格数据对象 | `Record<string, any>` | `{}` |
80
+
74
81
  ## 🤝 贡献指南
75
82
 
76
83
  欢迎贡献代码!请提交 PR 或 Issue 进行讨论。