From ad0bdc33ce0954c3f3fb2e488b5ba55a62a3dcfa Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Mon, 25 Nov 2024 10:24:03 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.15.2.2411.01=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=BA=BF-=E6=95=B0=E6=8D=AE=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/datapush/conditions.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/datapush/conditions.js b/pc4mobx/hrmSalary/pages/datapush/conditions.js index 1fbdc1c1..04401305 100644 --- a/pc4mobx/hrmSalary/pages/datapush/conditions.js +++ b/pc4mobx/hrmSalary/pages/datapush/conditions.js @@ -102,7 +102,7 @@ export const PDConditions = [ conditionType: "INPUT", domkey: ["itemName"], fieldcol: 14, - label: "字段名称", + label: "薪资名称", lanId: 111, labelcol: 6, viewAttr: 2, @@ -112,7 +112,7 @@ export const PDConditions = [ conditionType: "INPUT", domkey: ["source"], fieldcol: 14, - label: "字段名称", + label: "薪资资源", lanId: 111, labelcol: 6, viewAttr: 2, @@ -125,7 +125,8 @@ export const PDConditions = [ label: "字段名称", lanId: 111, labelcol: 6, - viewAttr: 2 + rules: "required|string", + viewAttr: 3 }, { conditionType: "SELECT", @@ -136,7 +137,8 @@ export const PDConditions = [ labelcol: 6, value: "", options: [], - viewAttr: 2 + rules: "required|string", + viewAttr: 3 } ], title: "",