From e3831a6e7d20a22b1addc8752ccbf47786296975 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Sun, 28 Jun 2020 11:02:11 +0800 Subject: [PATCH] .. --- src/components/common/TableView/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/common/TableView/index.jsx b/src/components/common/TableView/index.jsx index 3522f21..11265b1 100644 --- a/src/components/common/TableView/index.jsx +++ b/src/components/common/TableView/index.jsx @@ -107,11 +107,12 @@ } render() { - const { columns, rowSelection, showPagination = true } = this.props; + const { columns, rowSelection, showPagination = true, rowClassName = '' } = this.props; const { page, size, } = this.props.formData; return ( <div className="table-view-main"> <Table + rowClassName={rowClassName} rowSelection={rowSelection || null} size="middle" className="rowColor" -- Gitblit v1.8.0