!152 fix(bg,dq): 分管所领导选择组件改用按角色+密级查询
* fix(bg,dq): 分管所领导选择组件改用按角色+密级查询 * fix(bg,dq): 表单部门级领导字样统一改为负责人
This commit is contained in:
@@ -315,10 +315,10 @@
|
||||
const { createMessage } = useMessage();
|
||||
const queryByIdUrl = '/bgpartymatter/bgPartymatter/queryById';
|
||||
|
||||
const labelCol = { xs: { span: 24 }, sm: { span: 7 } };
|
||||
const wrapperCol = { xs: { span: 24 }, sm: { span: 17 } };
|
||||
const wideLabelCol = { xs: { span: 24 }, sm: { span: 3 } };
|
||||
const wideWrapperCol = { xs: { span: 24 }, sm: { span: 21 } };
|
||||
const labelCol = { xs: { span: 24 }, sm: { span: 8 } };
|
||||
const wrapperCol = { xs: { span: 24 }, sm: { span: 16 } };
|
||||
const wideLabelCol = { xs: { span: 24 }, sm: { span: 4 } };
|
||||
const wideWrapperCol = { xs: { span: 24 }, sm: { span: 20 } };
|
||||
// 流程变量区桌面端整体右移并缩短标签列,兼顾左侧留白与标签、控件间距。
|
||||
const processLabelCol = { xs: { span: 24 }, sm: { span: 4 }, md: { span: 2 } };
|
||||
const processWideWrapperCol = { xs: { span: 24 }, sm: { span: 20 }, md: { span: 22 } };
|
||||
|
||||
Reference in New Issue
Block a user