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 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+ 已挂接
+ 已撤回
+ 未知
+
+
+
+
+ {{ parseTime(scope.row.bindTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+ {{ parseTime(scope.row.withdrawTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
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 @@
异常记录
添加异常
- 导出
-
+
+
@@ -204,7 +204,7 @@
@click="handleDeleteHistory(scope.row)">删除
-
+