非系统人员开发合并

This commit is contained in:
黎永顺 2023-07-12 14:34:07 +08:00
parent 38c9d97f54
commit 8356de0fa2
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,14 @@
.externalPerWrapper{
.externalPerWrapper {
width: 100%;
height: 100%;
.externalPerCont{
.externalPerCont {
height: 100%;
}
}
.slideOuterWrapper {
.hideFormItem {
display: none !important;
}
}

View File

@ -32,6 +32,7 @@ export const getSearchs = (form, condition, col, isCenter, onChange = () => void
wrapperCol={{ span: `${fields.fieldcol}` }} // 右侧控件占一行比例
error={form.getError(fields)} // 错误提示: 处理表单中有必填项,保存的校验
tipPosition="bottom" // 错误提示的显示位置: top/bottom
className={(fields.domkey[0] === "subcompanyName" || fields.domkey[0] === "departmentName") ? "hideFormItem" : ""}
>
<WeaSwitch
fieldConfig={fields}