Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xpyjs committed Jul 1, 2024
1 parent 1c2a3e8 commit c4b46a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
13 changes: 1 addition & 12 deletions docs/docs/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,10 @@

## 日期格式化属性

格式化对接了 `dayjs`,详看 [dayjs](https://dayjs.gitee.io/docs/zh-CN/display/format)
格式化对接了 `dayjs`,详看 [dayjs 文档](https://day.js.org/zh-CN/)

### 多语言

<!-- 使用 `dayjs` 的多语言功能,需要在 `main.js` 中引入 `dayjs/locale/zh-cn`,并设置为全局属性。
```js
import dayjs from 'dayjs'
import 'dayjs/locale/zh-cn'
dayjs.locale('zh-cn')
```
之后,所有的日期格式化都会使用中文。 -->

**更新版本 `v2.1.1`**

现在通过 `locale` 参数可以设置多语言。
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/root.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ outline: [2, 4]

**请注意**,当且仅当属性 [`show-expand`](#show-expand) 为真时,该属性才会生效,否则所有数据一定会被全部展开渲染。

### format-gantt-header <Badge text="新增v2.1.12+" type="tip" />

<DataParameter t="String" d="undefined" />

在某些情况下,您可能需要自定义甘特图的表头内容,这时您可以使用该属性。它接收一个字符串,用于自定义表头内容。

这个字符串应该是 `dayjs` 的格式化字符串,例如:`YYYY-MM-DD``YYYY-MM-DD HH:mm:ss` 等,包括高级格式化均可使用。详细请看 [dayjs](https://day.js.org/docs/zh-CN/display/format) 文档。

### header-height

<DataParameter t="Number | String" d="80" />
Expand Down

0 comments on commit c4b46a4

Please sign in to comment.