From 7656d78fa0a893e896f2ff1546da454d26938c70 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Thu, 6 Mar 2025 15:43:43 +0800 Subject: [PATCH] =?UTF-8?q?feature/3.0.0.2502.01-=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=BA=BF-=E7=A4=BE=E4=BF=9D=E7=A6=8F?= =?UTF-8?q?=E5=88=A9=E5=8F=B0=E8=B4=A6=E5=A2=9E=E5=87=8F=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standingBookDetail/components/index.less | 7 +++++ .../standingBookDetail/components/normal.js | 27 +++++++++---------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/index.less b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/index.less index c7117046..1de7cd5b 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/index.less +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/index.less @@ -14,6 +14,13 @@ .wea-search-tab, .wea-input-focus { background: #f1f1f1; + + i { + font-size: 20px; + cursor: pointer; + vertical-align: middle; + color: #2db7f5; + } } .normalWapper { diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js index aa2ea15d..e671ea8b 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js @@ -483,32 +483,31 @@ export default class NormalIndex extends Component { ]; const btn2 = [ , - ]; const btn3 = [ - + }} title={getLabel(111, "线下对比")}/> ]; const btn4 = [ - + this.setState({ + importParams: { + ...importParams, visible: true, + tmpUrl: selectedKey === "1" ? "exportSiaccountWelfareImporttemplate" : "exportSiaccountWelfaresupplyimporttemplatetemplate" + } + })} title={getLabel(111, "导入")}/> ]; const btn5 = [ - + ]; let btn = []; (this.props.type !== "detail" && this.props.selectedKey == "3") && (btn = [...btn, ...btn1]); (selectedKey === "1" && this.props.type !== "detail") && (btn = [...btn, ...btn2]); - selectedKey === "1" && (btn = [...btn, ...btn3]); - this.props.type !== "detail" && (btn = [...btn, ...btn4]); - btn = [...btn, ...btn5]; + btn = [...btn5, ...btn]; + this.props.type !== "detail" && (btn = [...btn4, ...btn]); + selectedKey === "1" && (btn = [...btn3, ...btn]); return (
{