forked from huge/frontEnd/hugeOA

...
liyj
2020-06-24 7af09e42b49cd18f160c19297f47c4622b1eedc3
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"