From 7af09e42b49cd18f160c19297f47c4622b1eedc3 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Wed, 24 Jun 2020 17:14:37 +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