* Fix typo.

This commit is contained in:
dingguodong
2023-06-16 16:19:54 +08:00
parent 886f20843a
commit 4d0eb18a61
+1 -1
View File
@@ -8,7 +8,7 @@ class dtable extends wg
'id?:string', // ID。
'customCols?: bool|array', // 是否支持自定义列。
'cols?:array', // 表格列配置
'date?:array', // 表格数据源
'data?:array', // 表格数据源
'module?:string', // 模块信息,主要是获取语言项
);