!51 refactor: 提取部门角色ID常量到统一配置文件
* Merge branch 'master' of gitee.com:sz_30/supervision-vue into feature/20260518 * refactor: 提取部门角色ID常量到统一配置文件 * Merge branch 'master' into feature/20260518 * feat(inspectTask): 独立发起流程弹窗,替换党群领导审批组件 * style(inspectProgress): 进展表单对齐BPM表单样式 * style(xispeak): 反馈表单对齐BPM表单样式 * perf(xispeak): 反馈统计查询由逐条请求改为批量接口 * refactor(xispeak): BPM表单和巡视整改表单牵头部门组件替换为SzSelectDept * style(xispeak): 优化查询表单布局并替换牵头部门选人组件
This commit is contained in:
@@ -127,6 +127,11 @@
|
||||
columns: ledgerColumns,
|
||||
canResize: false,
|
||||
useSearchForm: false,
|
||||
pagination: {
|
||||
current: 1,
|
||||
pageSize: 12,
|
||||
pageSizeOptions: ['12', '24', '36'],
|
||||
},
|
||||
actionColumn: {
|
||||
width: 240,
|
||||
fixed: 'right',
|
||||
|
||||
Reference in New Issue
Block a user