release/3.0.1.2504.01-合并业务线

This commit is contained in:
lys 2025-10-13 17:11:10 +08:00
parent b0d60afc11
commit 7f4e47b5bd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class PayrollDetail extends Component {
render() { render() {
const { salarySendDetailBaseInfo, showSearchAd, conditions, isQuery, showTotalCell } = this.state; const { salarySendDetailBaseInfo, showSearchAd, conditions, isQuery, showTotalCell } = this.state;
const { taxAgentStore: { PageAndOptAuth } } = this.props; const { taxAgentStore: { PageAndOptAuth } } = this.props;
const showOperateBtn = PageAndOptAuth.opts.includes("admin"); const showOperateBtn = PageAndOptAuth.opts.length;
const { salaryMonth, template } = salarySendDetailBaseInfo; const { salaryMonth, template } = salarySendDetailBaseInfo;
const dropMenuDatas = [ const dropMenuDatas = [
{ {