From 6ea39d8255e26d60b870c169ec993cd58fab607d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 16 Oct 2023 16:09:30 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.01-=E5=B7=A5=E8=B5=84?= =?UTF-8?q?=E5=8D=95=E5=8F=91=E6=94=BE=E9=A1=B5=E9=9D=A2=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../updatePayrollTemplateSlide/index.js | 19 ++++++++++++++++--- .../hrmSalary/pages/payrollRelease/index.less | 6 +++++- 2 files changed, 21 insertions(+), 4 deletions(-) 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 {