海威经营管理系统前端
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Yangk 06f3b5f184 feat(oa/erp): 新增月汇总工时明细页面并优化工时汇总明细页面查询条件和表格显示
- 将查询表单项从冗长的ID输入改为更实用的月汇总编号和员工姓名选择
- 集成员工姓名下拉选择功能,通过getUserList接口获取用户列表
- 隐藏部分不常用的表格列,如汇总明细ID、排序号、项目ID等
- 调整表格列宽度设置,提升显示效果
- 移除新增、修改、删除等操作按钮,仅保留导出功能
- 隐藏表格操作列中的编辑删除按钮,简化界面
- 更新字段标签名称,移除部分冗余描述文字
2 weeks ago
bin
html
public
src feat(oa/erp): 新增月汇总工时明细页面并优化工时汇总明细页面查询条件和表格显示 2 weeks ago
vite/plugins
.editorconfig
.env.development
.env.production
.eslintrc-auto-import.json
.gitignore
.prettierignore
.prettierrc
LICENSE
README.md
eslint.config.ts
index.html
package.json
tsconfig.json
uno.config.ts
vite.config.ts

README.md

配套后端代码仓库地址

介绍 项目名 项目地址
🔥 分布式集群框架 RuoYi-Vue-Plus - Gitee
- GitHub
- GitCode
🔥 微服务框架 RuoYi-Cloud-Plus - Gitee
- GitHub
- GitCode

前端运行

# 安装依赖
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

# 构建生产环境
npm run build:prod

# 前端访问地址 http://localhost:80