新功能
This commit is contained in:
parent
55dbade138
commit
483c34fc05
|
|
@ -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} />;
|
||||
|
|
|
|||
Loading…
Reference in New Issue