注塑车间mes前端
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 9f56de3c84 feat(base): 添加工艺预警功能和设备参数监控页面优化
- 新增工艺预警路由配置和权限控制
- 实现预警列表页面,支持检查预警、批量标记已处理和导出功能
- 添加表格多选功能和批量操作按钮
- 在设备参数监控页面集成实时预警通知功能
- 实现预警面板显示未处理预警信息
- 添加定时检查预警机制和预警状态管理
- 优化安灯事件页面的列显示配置
- 简化安灯派工记录对话框的表单字段
- 更新工位选择下拉框的显示格式
- 添加批量标记预警为已处理的API接口
2 months ago
bin first commit 3 years ago
build first commit 3 years ago
public 修改接口 2 years ago
src feat(base): 添加工艺预警功能和设备参数监控页面优化 2 months ago
.editorconfig first commit 3 years ago
.env.development first commit 3 years ago
.env.production first commit 3 years ago
.env.staging first commit 3 years ago
.eslintignore first commit 3 years ago
.eslintrc.js first commit 3 years ago
.gitignore first commit 3 years ago
README.md first commit 3 years ago
babel.config.js first commit 3 years ago
package.json 注塑车间初始化 6 months ago
vue.config.js 注塑车间初始化 6 months ago
webpack.config.js first commit 3 years ago

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

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