diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md index f5a81bb5..2467e5a7 100644 --- a/example/docs/zh-CN/guide/changelog.md +++ b/example/docs/zh-CN/guide/changelog.md @@ -21,7 +21,7 @@
  • [新增] date-picker 组件 type 属性 date 值, 支持日期选择。
  • [新增] date-picker 组件 type 属性 datetime 值, 支持日期时间选择。
  • [新增] date-picker 组件 now 操作, 将 年 月 日 重置为当前日期。
  • -
  • [新增] table 组件 data 属性 titleSlot 选项, 自定义标题插槽。 +
  • [新增] table 组件 data 属性 titleSlot 选项, 自定义标题插槽。
  • [修复] menu 组件 level 属性的语义与实际功能相悖。
  • [修复] input 组件 height 高度固定 38 px。
  • [修复] step 组件 line 样式。
  • diff --git a/src/component/table/index.vue b/src/component/table/index.vue index 7e371b3d..8c0a040a 100644 --- a/src/component/table/index.vue +++ b/src/component/table/index.vue @@ -251,12 +251,12 @@ onMounted(() => { :style="{ width: column.width }" > - - + + {{ column.title }}