From 33bb4b9814c4c62242c7fd7d3793eea57f5dd3cd 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, 30 Jan 2023 10:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=96=AA=E8=B5=84=E8=B4=A6=E5=A5=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/stores/salaryItem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/stores/salaryItem.js b/pc4mobx/hrmSalary/stores/salaryItem.js index ad31ecdb..3233c84e 100644 --- a/pc4mobx/hrmSalary/stores/salaryItem.js +++ b/pc4mobx/hrmSalary/stores/salaryItem.js @@ -26,7 +26,7 @@ export class SalaryItemStore { useInEmployeeSalary: 0, systemType: 0, roundingMode: "1", - pattern: 0, + pattern: "2", valueType: 1, dataType: "number", description: "", @@ -66,7 +66,7 @@ export class SalaryItemStore { useInEmployeeSalary: 0, systemType: 0, roundingMode: "1", - pattern: 0, + pattern: "2", valueType: "1", dataType: "number", description: "",