From c4b46a46c2eb16f45934587f73ea48eb546f91ae Mon Sep 17 00:00:00 2001 From: xpyjs Date: Mon, 1 Jul 2024 10:11:40 +0800 Subject: [PATCH] docs: update --- docs/docs/common.md | 13 +------------ docs/docs/root.md | 8 ++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/docs/common.md b/docs/docs/common.md index 00a8c5f..bcea528 100644 --- a/docs/docs/common.md +++ b/docs/docs/common.md @@ -2,21 +2,10 @@ ## 日期格式化属性 -格式化对接了 `dayjs`,详看 [dayjs](https://dayjs.gitee.io/docs/zh-CN/display/format)。 +格式化对接了 `dayjs`,详看 [dayjs 文档](https://day.js.org/zh-CN/)。 ### 多语言 - - **更新版本 `v2.1.1`** 现在通过 `locale` 参数可以设置多语言。 diff --git a/docs/docs/root.md b/docs/docs/root.md index 8f3d9fb..e1e95c8 100644 --- a/docs/docs/root.md +++ b/docs/docs/root.md @@ -201,6 +201,14 @@ outline: [2, 4] **请注意**,当且仅当属性 [`show-expand`](#show-expand) 为真时,该属性才会生效,否则所有数据一定会被全部展开渲染。 +### format-gantt-header + + + +在某些情况下,您可能需要自定义甘特图的表头内容,这时您可以使用该属性。它接收一个字符串,用于自定义表头内容。 + +这个字符串应该是 `dayjs` 的格式化字符串,例如:`YYYY-MM-DD`,`YYYY-MM-DD HH:mm:ss` 等,包括高级格式化均可使用。详细请看 [dayjs](https://day.js.org/docs/zh-CN/display/format) 文档。 + ### header-height