多语言修复
This commit is contained in:
parent
b0c5004b26
commit
646fbe1354
|
|
@ -364,7 +364,7 @@ export default class DrawerComponents extends React.Component {
|
||||||
arr.push({ label: `${getLabel(547315, labelData)}`, key: '1' });
|
arr.push({ label: `${getLabel(547315, labelData)}`, key: '1' });
|
||||||
//arr.push({ label: '导出PDF', key: '2' });
|
//arr.push({ label: '导出PDF', key: '2' });
|
||||||
} else {
|
} else {
|
||||||
arr.push({ label: '导出表格', key: '3' });
|
arr.push({ label: `${getLabel(547448, labelData)}`, key: '3' });
|
||||||
}
|
}
|
||||||
|
|
||||||
const menu = <Menu onClick={this.handleExport.bind(this)} items={arr} />;
|
const menu = <Menu onClick={this.handleExport.bind(this)} items={arr} />;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue