forked from huge/frontEnd/hugeOA

Mr Ke
2020-10-20 6bf92751fe8dfa0624285268968a1fd7a8a7e7e5
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"