custom/领悦业务线

This commit is contained in:
lys 2025-04-21 13:34:35 +08:00
parent d48b6d3655
commit d12fa43d7d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Layout extends Component {
<Dropdown.Button onClick={() => listRef.handleOperate("ALLDEL")}
overlay={<Menu onClick={({ key }) => listRef.handleOperate(key)}>
<Menu.Item key="BATCHDEL">{getLabel(111, "批量删除")}</Menu.Item>
</Menu>} type="ghost">{getLabel(111, "")}</Dropdown.Button>
</Menu>} type="ghost">{getLabel(111, "")}</Dropdown.Button>
];
const dropMenuDatas = [
{ key: "EXPORTALL", icon: <i className="iconfont icon-daochu"/>, content: getLabel(81272, "导出全部") }