海威经营管理系统前端
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.
 
 
 
 
zangch@mesnac.com 6b29c694f9 refactor(erp): 统一项目相关模块编辑页代码结构和交互优化
- 统一新增、编辑、查看模式的路由参数处理逻辑,使用ref对象存储routeParams
- 所有模块审批按钮组件绑定参数改为使用routeParams.type确保一致性
- 替换项目选择控件为统一的ProjectSelect弹窗组件,提升交互体验
- 在项目变更、项目计划、项目验收模块中新增打开项目选择弹窗及回调处理方法
- 项目名称字段统一改为只读输入框,附带打开项目弹窗图标,避免使用ElSelect
- 优化提交逻辑,增加项目经理权限校验及超级管理员绕过权限判断
- 合并暂存与提交审批逻辑,统一使用submitForm方法控制状态和流程启动
- 添加表单验证前置处理,防止无效提交
- 加入通知列表页刷新机制,确保操作后列表页数据更新
- 取消多余计算属性及loading状态,改用单一buttonLoading管理加载状态
- 代码中增加注释,提升可读性和维护性
- 移除部分重复代码,简化数据加载流程,统一loading提示逻辑
- 表单初始化和数据加载保持与项目信息模块一致的业务逻辑处理
- 审批记录和流程进度调用方式统一
- 修改样式调整卡片组件上边距,使页面布局更紧凑一致
2 months ago
bin 合并 vue与cloud vue3 前端项目 3 years ago
html update 代码规范化 2 years ago
public refactor ts 3 years ago
src refactor(erp): 统一项目相关模块编辑页代码结构和交互优化 2 months ago
vite/plugins 1.0.1 初始化 4 months ago
.editorconfig add 项目代码格式化工具 3 years ago
.env.development 1.0.4 系统配置 4 months ago
.env.production 1.0.4 系统配置 4 months ago
.eslintrc-auto-import.json 项目周报项目具体信息与项目周报详细信息界面 3 months ago
.gitignore update 优化 代码 11 months ago
.prettierignore refactor ts 3 years ago
.prettierrc !68 修复升级依赖带来的问题 2 years ago
LICENSE update 优化 控制台debuger位置错误问题 2 years ago
README.md 1.0.2 add客户信息、联系人信息 4 months ago
eslint.config.ts update 升级部分依赖,优化eslint语法以及scss语法 11 months ago
index.html 1.0.2 add客户信息、联系人信息 4 months ago
package.json 项目周报界面更改 3 months ago
tsconfig.json fix 修复 pr书写错误问题 11 months ago
uno.config.ts !69 修复升级依赖带来的类型问题 2 years ago
vite.config.ts 回退多余的配置 4 months ago

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