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"
>
处理
- 恢复
+ 恢复
{{ row.demandDate ? row.demandDate.substring(0, 10) : '' }}
@@ -38,7 +39,7 @@