注塑车间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 2a76c440a3 refactor(val): 重构设备工艺参数监控页面,优化界面与交互逻辑
- 重新设计页面结构,左侧设备列表与右侧参数展示并列显示
- 取消原有仪表板和列表两种视图,统一为设备参数聚合展示
- 增加设备列表搜索和设备选择功能,支持重置选择
- 参数列表支持搜索和筛选,显示选中设备的工艺参数或全部最新参数
- 最近采集记录不再区分设备,统一展示最新记录,简化内容
- 时钟和自动刷新机制重构,刷新周期默认5秒
- 删除原有的增删改查表单与相关接口调用,减少无用代码
- 引入设备台账接口加载设备列表数据,实现动态加载
- 调整页面样式,采用卡片和列表结合的现代布局,提高可读性和交互体验
- 禁用生产基础设备管理页编辑按钮,改为只显示生命周期和详情按钮
2 weeks ago
bin first commit 2 years ago
build first commit 2 years ago
public 修改接口 2 years ago
src refactor(val): 重构设备工艺参数监控页面,优化界面与交互逻辑 2 weeks ago
.editorconfig first commit 2 years ago
.env.development first commit 2 years ago
.env.production first commit 2 years ago
.env.staging first commit 2 years ago
.eslintignore first commit 2 years ago
.eslintrc.js first commit 2 years ago
.gitignore first commit 2 years ago
README.md first commit 2 years ago
babel.config.js first commit 2 years ago
package.json 注塑车间初始化 3 months ago
vue.config.js 注塑车间初始化 3 months ago
webpack.config.js first commit 2 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