注塑车间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 05e25b4e68 refactor(andon): 简化安灯看板和规则配置界面
- 移除产线和班组选择字段,以工位为中心重新设计表单
- 添加工位绑定必填校验和提示信息
- 更新字段标签和占位符文本以提高用户体验
- 在安灯规则中添加时限设置分组和优先级说明
- 隐藏不相关表格列以简化界面显示
- 为安灯事件分配页面添加只看我的开关功能
- 实现表格行样式高亮未完成记录
2 months ago
bin first commit 3 years ago
build first commit 3 years ago
public 修改接口 2 years ago
src refactor(andon): 简化安灯看板和规则配置界面 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 注塑车间初始化 5 months ago
vue.config.js 注塑车间初始化 5 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