diff --git a/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js b/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js index b159cc50..9305bfed 100644 --- a/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js +++ b/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js @@ -24,14 +24,27 @@ class Index extends Component { } renderTitle = () => { - const { tmplId } = this.props; + const { tmplId } = this.props, { current } = this.state; return
{tmplId ? getLabel(543583, "编辑工资单模板") : getLabel(543582, "新建工资单模板")}
- + { + current === 0 ? + : + current === 1 ? + + + + + : + + + + + }
; }; @@ -56,7 +69,7 @@ class Index extends Component { { key: 2, title: getLabel(543580, "补发工资单模版") } ]; return ( - { diff --git a/pc4mobx/hrmSalary/pages/payrollRelease/index.less b/pc4mobx/hrmSalary/pages/payrollRelease/index.less index e628b43b..cb6d1d2f 100644 --- a/pc4mobx/hrmSalary/pages/payrollRelease/index.less +++ b/pc4mobx/hrmSalary/pages/payrollRelease/index.less @@ -73,9 +73,13 @@ } } + .payroll-tmpl-layout .clipper { + background: #f6f6f6; + } + .payroll-tmpl-content { padding: 16px; - border-top: #e5e5e5; + border-top: 1px solid #e5e5e5; background: #f6f6f6; .wea-search-group {