新功能

This commit is contained in:
Chengliang 2024-06-21 14:27:40 +08:00
parent 55dbade138
commit 483c34fc05
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,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} />;