Skip to content

Commit 9c259c5

Browse files
authored
#docs: 修复文档必选错位 (#3041)
1 parent bbd46e7 commit 9c259c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s2-site/docs/common/view-meta.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type SimpleData = string | number | null | undefined;
4747

4848
| 配置项名称 | 说明 | 类型 | 默认值 | 必选 |
4949
| :--------------- | :----------------------------------------- | :---------------------------- | :----- | :--- |
50-
| `values` | 格式化后的数据,直接展示在 dataCfg 中 | [SimpleData](#simpledata)[][] | |
50+
| `values` | 格式化后的数据,直接展示在 dataCfg 中 | [SimpleData](#simpledata)[][] | | |
5151
| `originalValues` | 原始数据,用于原始数据导出 | [SimpleData](#simpledata)[][] | | |
5252
| `label` | 用作单元格小标题,单独占一行展示 | `string` | | |
5353
| `[key: string]` | 其他透传字段,用于自定义单元格的定制化展示 | `unknown` | `` | |

0 commit comments

Comments
 (0)