From 729a642b78193fbf5c3c323b7fb07a4cd58cf682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Tue, 22 Nov 2022 11:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(changelog):=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/table/TableRow.vue | 14 ++++++++++++-- .../src/document/zh-CN/guide/changelog.md | 6 +++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/package/component/src/component/table/TableRow.vue b/package/component/src/component/table/TableRow.vue index cd04558e..13e4b8ef 100644 --- a/package/component/src/component/table/TableRow.vue +++ b/package/component/src/component/table/TableRow.vue @@ -486,7 +486,12 @@ const radioProps = props.getRadioProps(props.data, props.index); column.fixed ? `layui-table-fixed-${column.fixed}` : '', ]" > -
+
-
+
  • -

    1.7.9 2022-11-20

    +

    1.7.9 2022-11-22

    • [新增] select 组件 search-method 属性, 允许自定义搜索逻辑。
    • [修复] tag 组件 max-width 属性, 内容超出后 `...` 省略符缺失。
    • +
    • [修复] table 组件 column 属性 align 配置失效, 该问题仅存在 1.7.8 版本。
    • +
    • [修复] select 组件 build 后, 选中内容无法正确回显。
    • +
    • [修复] tab 组件 build 后, tab-item 无法正确显示, 在嵌套 v-for 时。
    • +
    • [修复] table 组件 default-toolbar 在配置数组时, 未按顺序渲染。