From e07387132bc16f75225e49a6ce330da75518299a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Tue, 9 Jun 2026 16:48:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E6=8C=82=E6=8E=A5=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E4=B8=AA=E9=A1=B5=E9=9D=A2UI?= =?UTF-8?q?=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增mill/abnormal/log.vue页面,实现钢卷异常挂接日志的查询、导出功能 2. 调整成本项目页面查询表单label宽度为80px 3. 移除异常性能页面的导出按钮 4. 重构轧辊计划页面的操作按钮布局,新增分组样式 5. 注释并停用工作辊页面的实时性能数据加载和展示 --- ruoyi-ui/src/views/cost/item.vue | 2 +- ruoyi-ui/src/views/mill/abnormal/log.vue | 155 ++++++++++++++++++ .../src/views/mill/abnormal/performance.vue | 1 - ruoyi-ui/src/views/mill/plan.vue | 46 +++++- .../src/views/mill/roll/working/index.vue | 34 ++-- 5 files changed, 210 insertions(+), 28 deletions(-) diff --git a/ruoyi-ui/src/views/cost/item.vue b/ruoyi-ui/src/views/cost/item.vue index 4584f529..008505a5 100644 --- a/ruoyi-ui/src/views/cost/item.vue +++ b/ruoyi-ui/src/views/cost/item.vue @@ -1,6 +1,6 @@ + + diff --git a/ruoyi-ui/src/views/mill/abnormal/performance.vue b/ruoyi-ui/src/views/mill/abnormal/performance.vue index d7bea593..59f64dd3 100644 --- a/ruoyi-ui/src/views/mill/abnormal/performance.vue +++ b/ruoyi-ui/src/views/mill/abnormal/performance.vue @@ -160,7 +160,6 @@ 异常记录
添加异常 - 导出
队列操作
- 钢卷增加 - 修改 - - 完成 - 删除 - Up 上移 - Down 下移 +
+ 钢卷增加 + 修改 + 完成 + 删除 +
+
+
+ 上移 + 下移 +
@@ -775,9 +779,33 @@ export default { padding: 8px 12px; display: flex; flex-direction: column; - gap: 6px; + gap: 2px; border-bottom: 1px solid #e4e7ed; - .el-button { width: 100%; justify-content: flex-start; } + + .op-btn-group { + display: flex; + flex-direction: column; + gap: 2px; + } + + .op-btn-sep { + height: 1px; + background: #e4e7ed; + margin: 5px 0; + } + + .el-button { + width: 100%; + justify-content: flex-start; + border-radius: 2px; + padding-left: 10px; + margin-left: 0 !important; + i { margin-right: 4px; } + &:not(.el-button--primary):not(.el-button--danger) { + border-color: #dcdfe6; + &:hover { color: #409eff; border-color: #c6e2ff; background: #ecf5ff; } + } + } } /* 底部状态栏 */ diff --git a/ruoyi-ui/src/views/mill/roll/working/index.vue b/ruoyi-ui/src/views/mill/roll/working/index.vue index 24785505..6beea54b 100644 --- a/ruoyi-ui/src/views/mill/roll/working/index.vue +++ b/ruoyi-ui/src/views/mill/roll/working/index.vue @@ -109,7 +109,7 @@ - + @@ -157,7 +157,7 @@ - + @@ -178,13 +178,13 @@ - + + - +