custom/领悦业务线
This commit is contained in:
parent
d48b6d3655
commit
d12fa43d7d
|
|
@ -47,7 +47,7 @@ class Layout extends Component {
|
||||||
<Dropdown.Button onClick={() => listRef.handleOperate("ALLDEL")}
|
<Dropdown.Button onClick={() => listRef.handleOperate("ALLDEL")}
|
||||||
overlay={<Menu onClick={({ key }) => listRef.handleOperate(key)}>
|
overlay={<Menu onClick={({ key }) => listRef.handleOperate(key)}>
|
||||||
<Menu.Item key="BATCHDEL">{getLabel(111, "批量删除")}</Menu.Item>
|
<Menu.Item key="BATCHDEL">{getLabel(111, "批量删除")}</Menu.Item>
|
||||||
</Menu>} type="ghost">{getLabel(111, "")}</Dropdown.Button>
|
</Menu>} type="ghost">{getLabel(111, "全部删除")}</Dropdown.Button>
|
||||||
];
|
];
|
||||||
const dropMenuDatas = [
|
const dropMenuDatas = [
|
||||||
{ key: "EXPORTALL", icon: <i className="iconfont icon-daochu"/>, content: getLabel(81272, "导出全部") }
|
{ key: "EXPORTALL", icon: <i className="iconfont icon-daochu"/>, content: getLabel(81272, "导出全部") }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue