From e399049f469632fd33bae1bca7297f3cdcc5266e Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 29 Apr 2026 18:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E6=9C=AC=E7=BB=9F=E8=AE=A1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/costStatistics/index.vue | 1 + .../schedulingException/index.vue | 66 ++++++++++++------- 2 files changed, 42 insertions(+), 25 deletions(-) diff --git a/src/views/costStatistics/index.vue b/src/views/costStatistics/index.vue index a401cba5..ff0b883e 100644 --- a/src/views/costStatistics/index.vue +++ b/src/views/costStatistics/index.vue @@ -680,6 +680,7 @@ export default { // 新增:可点击单元格的样式 ::v-deep .high_row { cursor: pointer !important; + color: #284c89 !important; /* Element UI 主题蓝,你可以改为 blue 或其他颜色 */ // 可选:增加悬停时的下划线效果,增强交互感 &:hover { diff --git a/src/views/productionSchedulingPlan/schedulingException/index.vue b/src/views/productionSchedulingPlan/schedulingException/index.vue index 9e4fdbb4..bb2abb96 100644 --- a/src/views/productionSchedulingPlan/schedulingException/index.vue +++ b/src/views/productionSchedulingPlan/schedulingException/index.vue @@ -15,19 +15,20 @@ @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" + @sort-change="sortChange" >