Skip to content

Commit

Permalink
#docs: 修复文档必选错位 (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylili21 authored Dec 17, 2024
1 parent bbd46e7 commit 9c259c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2-site/docs/common/view-meta.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type SimpleData = string | number | null | undefined;

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

0 comments on commit 9c259c5

Please sign in to comment.