多语言修复

This commit is contained in:
Chengliang 2024-06-21 15:39:06 +08:00
parent b0c5004b26
commit 646fbe1354
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ export default class DrawerComponents extends React.Component {
arr.push({ label: `${getLabel(547315, labelData)}`, key: '1' });
//arr.push({ label: 'PDF', key: '2' });
} else {
arr.push({ label: '导出表格', key: '3' });
arr.push({ label: `${getLabel(547448, labelData)}`, key: '3' });
}
const menu = <Menu onClick={this.handleExport.bind(this)} items={arr} />;