diff --git a/pc4mobx/hrmSalary/pages/salaryItem/columns.js b/pc4mobx/hrmSalary/pages/salaryItem/columns.js index a478b454..5db2fdf3 100644 --- a/pc4mobx/hrmSalary/pages/salaryItem/columns.js +++ b/pc4mobx/hrmSalary/pages/salaryItem/columns.js @@ -110,7 +110,7 @@ export const salaryItemConditions = [ label: "保留小数位", lanId: 111, labelcol: 8, - value: "", + value: "2", options: [ { key: "0", selected: false, showname: "0" }, { key: "1", selected: false, showname: "1" }, @@ -135,7 +135,7 @@ export const salaryItemConditions = [ lanId: 111, labelcol: 8, value: "", - detailType: 3, + otherParams: { detailtype: 3 }, options: [ { key: "1", showname: "输入", selected: true, lanId: 111 }, { key: "2", showname: "公式", selected: false, lanId: 111 }, @@ -162,7 +162,7 @@ export const salaryItemConditions = [ lanId: 111, labelcol: 8, value: "", - viewAttr: 2 + viewAttr: 1 }, { conditionType: "INPUTNUMBER",