release/3.0.1.2504.01-合并业务线
This commit is contained in:
parent
40d84b30fd
commit
b0d60afc11
|
|
@ -60,7 +60,8 @@ class PayrollDetail extends Component {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { salarySendDetailBaseInfo, showSearchAd, conditions, isQuery, showTotalCell } = this.state;
|
const { salarySendDetailBaseInfo, showSearchAd, conditions, isQuery, showTotalCell } = this.state;
|
||||||
const { taxAgentStore: { showOperateBtn } } = this.props;
|
const { taxAgentStore: { PageAndOptAuth } } = this.props;
|
||||||
|
const showOperateBtn = PageAndOptAuth.opts.includes("admin");
|
||||||
const { salaryMonth, template } = salarySendDetailBaseInfo;
|
const { salaryMonth, template } = salarySendDetailBaseInfo;
|
||||||
const dropMenuDatas = [
|
const dropMenuDatas = [
|
||||||
{
|
{
|
||||||
|
|
@ -110,4 +111,4 @@ class PayrollDetail extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default PayrollDetail;
|
export default PayrollDetail;
|
||||||
Loading…
Reference in New Issue