From b38301a62a83775d2aeb50fd26e68d8cfaa4c3af Mon Sep 17 00:00:00 2001 From: huangjinysf Date: Tue, 6 Jan 2026 09:14:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A1=A8=E6=A0=BC):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=BA=A4=E4=BA=92=E9=97=AE=E9=A2=98=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复RealTimeInventory表格双击事件中单元格值检查过于严格的问题,允许空字符串和'-'触发对话框。同时优化表格显示: - 为RepairSummary表格的最近维修时间列添加排序功能 - 设置RealTimeInventory表格固定高度和最大高度 - 改进表头样式,使其固定并添加底部边框 - 添加调试日志帮助排查双击事件问题 - 将获取转移概率失败的错误提示改为警告级别 --- src/views/eq/RepairSummary.vue | 2 +- src/views/plan/RealTimeInventory.vue | 25 ++++++++++++++++++++++--- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/views/eq/RepairSummary.vue b/src/views/eq/RepairSummary.vue index a616ea3..ce4bef9 100644 --- a/src/views/eq/RepairSummary.vue +++ b/src/views/eq/RepairSummary.vue @@ -30,7 +30,7 @@ - +