Commit 6f15f588 authored by manzhenhua's avatar manzhenhua

修改submodule

parent 0b5999fe
......@@ -732,21 +732,21 @@ export default class DataView extends React.Component {
{type === 'download' ? (
download()
) : (
<BIButton
style={style}
key={i}
className={styles.btn}
onClick={item.type === 'del' ? this.del.bind(this, label, onClick) : onClick}
{...antiAssign(item, 'label,onClick,type,iconBtnSrc')}
>
{iconBtnSrc && iconBtnSrc !== '' ? (
<IconFont className={styles.iconCls} type={iconBtnSrc} />
) : (
<IconFont className={styles.iconCls} type="iconxinzeng" />
)}
<span className={styles.titleCls}>{label}</span>
</BIButton>
)}
<BIButton
style={style}
key={i}
className={styles.btn}
onClick={item.type === 'del' ? this.del.bind(this, label, onClick) : onClick}
{...antiAssign(item, 'label,onClick,type,iconBtnSrc')}
>
{iconBtnSrc && iconBtnSrc !== '' ? (
<IconFont className={styles.iconCls} type={iconBtnSrc} />
) : (
<IconFont className={styles.iconCls} type="iconxinzeng" />
)}
<span className={styles.titleCls}>{label}</span>
</BIButton>
)}
</ButtonAuth>
);
})}
......@@ -766,6 +766,7 @@ export default class DataView extends React.Component {
scroll,
expandedRowKeys,
onExpandedRowsChange,
pagination,
...others
} = this.props;
const { data } = this.state;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment