From 9fbf1e988e26a94e11e680f333561dda4b712879 Mon Sep 17 00:00:00 2001 From: MustangDeng <670124965@qq.com> Date: Mon, 25 Apr 2022 17:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hrmSalary/components/customTable/index.js | 20 +++++++++++++++++++ pc4mobx/hrmSalary/pages/calculate/index.js | 3 ++- .../pages/dataAcquisition/attendance/index.js | 7 +++++-- pc4mobx/hrmSalary/pages/declare/index.js | 16 +++++++++++---- pc4mobx/hrmSalary/pages/mySalary/index.js | 3 ++- .../hrmSalary/pages/payroll/SalarySendList.js | 7 +++++-- pc4mobx/hrmSalary/pages/salaryFile/index.js | 4 +++- pc4mobx/hrmSalary/pages/salaryItem/index.js | 4 +++- .../socialSecurityBenefits/archives/index.js | 8 +++----- .../socialSecurityBenefits/programme/index.js | 17 +++------------- pc4mobx/hrmSalary/stores/calculate.js | 2 ++ pc4mobx/hrmSalary/stores/declare.js | 2 ++ pc4mobx/hrmSalary/stores/payroll.js | 2 ++ 13 files changed, 64 insertions(+), 31 deletions(-) create mode 100644 pc4mobx/hrmSalary/components/customTable/index.js diff --git a/pc4mobx/hrmSalary/components/customTable/index.js b/pc4mobx/hrmSalary/components/customTable/index.js new file mode 100644 index 00000000..cef3295f --- /dev/null +++ b/pc4mobx/hrmSalary/components/customTable/index.js @@ -0,0 +1,20 @@ +import React from 'react' +import { WeaTable } from 'ecCom' +import { Spin } from 'antd' + +export default class CustomTable extends React.Component { + render() { + return ( +