salary-management-front/pc4mobx/hrmSalary/pages/sysConfig/conditions.js

44 lines
935 B
JavaScript

import { WeaLocaleProvider } from "ecCom";
const getLabel = WeaLocaleProvider.getLabel;
export const sysConditions = [
{
items: [
{
colSpan: 1,
conditionType: "INPUT",
domkey: ["confKey"],
fieldcol: 14,
rules: "required|string",
label: getLabel(84, "标识"),
labelcol: 6,
value: "",
viewAttr: 3
},
{
colSpan: 1,
conditionType: "INPUT",
domkey: ["confValue"],
fieldcol: 14,
rules: "required|string",
label: getLabel(19113, "值"),
labelcol: 6,
value: "",
viewAttr: 3
},
{
colSpan: 1,
conditionType: "INPUT",
domkey: ["title"],
fieldcol: 14,
rules: "required|string",
label: getLabel(536305, "标题"),
labelcol: 6,
value: "",
viewAttr: 3
}
],
defaultshow: true
}
];