salary-management-front/pc4mobx/hrmSalary/pages/custom-pages/liante/conditions.js

35 lines
648 B
JavaScript

export const conditions = [
{
items: [
{
conditionType: "INPUT",
domkey: ["username"],
fieldcol: 14,
label: "姓名",
labelcol: 6,
value: "",
viewAttr: 2
},
{
conditionType: "INPUT",
domkey: ["gzkkhh"],
fieldcol: 14,
label: "工资卡开户行",
labelcol: 6,
value: "",
viewAttr: 2
},
{
conditionType: "INPUT",
domkey: ["workcode"],
fieldcol: 14,
label: "工号",
labelcol: 6,
value: "",
viewAttr: 2
}
],
defaultshow: true
}
];