refactor(ConsumableManagement): 移除多余的导出菜单项
简化导出菜单,删除不常用的筛选结果和预警库存导出选项
This commit is contained in:
@@ -1903,15 +1903,9 @@ function ConsumableManagement() {
|
||||
<Menu.Item key="all">
|
||||
<FileExcelOutlined /> 导出全部
|
||||
</Menu.Item>
|
||||
<Menu.Item key="filtered">
|
||||
<FilterOutlined /> 导出筛选结果
|
||||
</Menu.Item>
|
||||
<Menu.Item key="selected" disabled={selectedRowKeys.length === 0}>
|
||||
<CheckSquareOutlined /> 导出选中项 ({selectedRowKeys.length})
|
||||
</Menu.Item>
|
||||
<Menu.Item key="warning">
|
||||
<WarningOutlined /> 导出预警库存
|
||||
</Menu.Item>
|
||||
<Menu.Divider />
|
||||
<Menu.Item key="fields">
|
||||
<SettingOutlined /> 字段选择...
|
||||
|
||||
Reference in New Issue
Block a user