更新文档

This commit is contained in:
xuliangzhan
2020-08-27 13:05:11 +08:00
parent 1adadcf032
commit e7f66e9e4d
29 changed files with 196 additions and 158 deletions

View File

@@ -435,6 +435,10 @@
"type": "any",
"description": "额外的参数(可以用来存放一些私有参数)"
},
"vxe-table-column/col-id": {
"type": "string | number",
"description": "自定义列的唯一主键(注:非必要不需要设置,操作不正确将导致出现问题)"
},
"vxe-grid/id": {
"type": "string",
"description": "唯一标识(被某些特定的功能所依赖)"

View File

@@ -117,7 +117,8 @@
"edit-render",
"content-render",
"tree-node",
"params"
"params",
"col-id"
],
"description": "基础表格 - 列"
},