From 3a83082e618461f12d77d2455d11911b2061abb6 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期一, 28 四月 2025 14:28:40 +0800
Subject: [PATCH] 提交锁定和工序名称展示不出来

---
 src/views/mainPlan/pipeProduceStatics/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/mainPlan/pipeProduceStatics/index.vue b/src/views/mainPlan/pipeProduceStatics/index.vue
index 49b0121..31e7473 100644
--- a/src/views/mainPlan/pipeProduceStatics/index.vue
+++ b/src/views/mainPlan/pipeProduceStatics/index.vue
@@ -69,6 +69,7 @@
           icon="Refresh"
           @click="handleRefresh"
           v-hasPermi="['aps:apsGasPipingRouteStat:computeCapacity']"
+          :disabled="loading"
           >鏇存柊</el-button
         >
       </el-col>
@@ -290,6 +291,7 @@
           // item[`resourceName`] = flag
           //   ? `<div class='el-badge'><sup class="el-badge__content is-fixed is-dot"></sup>${key}</div>`
           //   : key;
+          item[`resourceName`] =  key;
         }
         exportData.value.push(data);
         dataList.push(item);

--
Gitblit v1.9.3