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: "",