/* * Author: 黎永顺 * name: 工资单发放重构-工资单查询 * Description: * Date: 2023/10/12 */ import React, { Component } from "react"; import { WeaHelpfulTip, WeaLocaleProvider } from "ecCom"; import { MonthRangePicker } from "../../../reportView/components/statisticalMicroSettingsSlide"; const getLabel = WeaLocaleProvider.getLabel; class GrantQuery extends Component { render() { const { queryParams } = this.props; const { dateRange } = queryParams; return (