Commit 6f15f588 authored by manzhenhua's avatar manzhenhua

修改submodule

parent 0b5999fe
...@@ -732,21 +732,21 @@ export default class DataView extends React.Component { ...@@ -732,21 +732,21 @@ export default class DataView extends React.Component {
{type === 'download' ? ( {type === 'download' ? (
download() download()
) : ( ) : (
<BIButton <BIButton
style={style} style={style}
key={i} key={i}
className={styles.btn} className={styles.btn}
onClick={item.type === 'del' ? this.del.bind(this, label, onClick) : onClick} onClick={item.type === 'del' ? this.del.bind(this, label, onClick) : onClick}
{...antiAssign(item, 'label,onClick,type,iconBtnSrc')} {...antiAssign(item, 'label,onClick,type,iconBtnSrc')}
> >
{iconBtnSrc && iconBtnSrc !== '' ? ( {iconBtnSrc && iconBtnSrc !== '' ? (
<IconFont className={styles.iconCls} type={iconBtnSrc} /> <IconFont className={styles.iconCls} type={iconBtnSrc} />
) : ( ) : (
<IconFont className={styles.iconCls} type="iconxinzeng" /> <IconFont className={styles.iconCls} type="iconxinzeng" />
)} )}
<span className={styles.titleCls}>{label}</span> <span className={styles.titleCls}>{label}</span>
</BIButton> </BIButton>
)} )}
</ButtonAuth> </ButtonAuth>
); );
})} })}
...@@ -766,6 +766,7 @@ export default class DataView extends React.Component { ...@@ -766,6 +766,7 @@ export default class DataView extends React.Component {
scroll, scroll,
expandedRowKeys, expandedRowKeys,
onExpandedRowsChange, onExpandedRowsChange,
pagination,
...others ...others
} = this.props; } = this.props;
const { data } = this.state; 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