{
- }}
- />
+ } // 左侧图标
+ iconBgcolor="#F14A2D" // 左侧图标背景色
+ showDropIcon={false} // 是否显示下拉按钮
+ dropMenuDatas={rightMenu} // 下拉菜单(和页面的右键菜单相同)
+ dropMenuProps={{ collectParams }}>
+ {this.state.tabSelectedKey == 0
+ ?
+ {
+ this.pageInfo = { current: 1, pageSize: 10 };
+ handleTabChange(v);
+ }}
+ />
+ {
+ }}
+ />
- {
- this.pageInfo.current = value;
- this.handleDataPageChange(value);
- }}
- onShowSizeChange={(current, pageSize) => {
- this.pageInfo = { current, pageSize };
- this.handleDataShowSizeChange(this.pageInfo);
- }}
- />
-
- :
- {
- this.setState({
- tabSelectedKey: v
- },()=>{
- this.pageInfo = { current: 1, pageSize: 10 };
- });
- }}
- />
- {
- this.pageInfo.current = value;
- this.handleFieldPageChange(value);
- }}
- onShowSizeChange={(current, pageSize) => {
- this.pageInfo = { current, pageSize };
- this.handleFieldShowSizeChange(this.pageInfo);
- }}
- />
- }
- rightContent={
-
- }
- />
-
}
-
-
+ {
+ this.pageInfo.current = value;
+ this.handleDataPageChange(value);
+ }}
+ onShowSizeChange={(current, pageSize) => {
+ this.pageInfo = { current, pageSize };
+ this.handleDataShowSizeChange(this.pageInfo);
+ }}
+ />
+