From ac999e889d020c31a4855cf6209d611397fb393e Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 29 四月 2026 09:09:32 +0800
Subject: [PATCH] 重构生产报表表:注释掉未使用的字段,更新详细数据获取逻辑,并增强以选定工单号为依据的导出功能。
---
src/views/customerService/feedbackRegistration/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/customerService/feedbackRegistration/index.vue b/src/views/customerService/feedbackRegistration/index.vue
index e307dda..555dab5 100644
--- a/src/views/customerService/feedbackRegistration/index.vue
+++ b/src/views/customerService/feedbackRegistration/index.vue
@@ -495,7 +495,6 @@
.table_list {
height: calc(100vh - 380px);
- min-height: 360px;
background: #fff;
margin-top: 20px;
display: flex;
--
Gitblit v1.9.3