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