apaas-custom-mydemo/.editorconfig
Zhou 46b01b4504 feat: 完善批量修改填写人、审核页面优化、人员管理等功能
- 批量修改填写人:添加左侧分类列表、折叠功能、暂存和重新分配
- 审核页面:添加折叠和分页功能
- 查询分析页面:添加单位列显示
- 人员管理:创建独立页面,支持搜索、分页、批量操作
- 修复各种UI和功能问题
2026-06-23 09:55:55 +08:00

21 lines
309 B
INI

root = true
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=2
[{.eslintrc,.babelrc,.stylelintrc,*.json}]
indent_style=space
indent_size=2
[*.less]
indent_style=space
indent_size=2
[*.{js,jsx,ts,tsx,vue,html}]
indent_style=space
indent_size=2