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 ++
 src/views/mainPlan/gasPlanning/index.vue        |    4 ++--
 src/views/mainPlan/gasProduceStatics/index.vue  |    2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/mainPlan/gasPlanning/index.vue b/src/views/mainPlan/gasPlanning/index.vue
index 33b6b60..84498fe 100644
--- a/src/views/mainPlan/gasPlanning/index.vue
+++ b/src/views/mainPlan/gasPlanning/index.vue
@@ -75,7 +75,7 @@
           size="small"
           @cell-click="cellClickEvent"
         >
-          <vxe-column field="processName" title="鏍囧噯宸ュ簭鍚嶇О" min-width="150">
+          <vxe-column field="processName" title="鏍囧噯宸ュ簭鍚嶇О" min-width="150" fixed="left">
           </vxe-column>
           <vxe-column
             field="dayProduceType"
@@ -309,7 +309,7 @@
           :data="gasPlanList"
           @cell-click="cellClickEventGas"
         >
-          <vxe-column field="processName" title="鏍囧噯宸ュ簭鍚嶇О" min-width="150">
+          <vxe-column field="processName" title="鏍囧噯宸ュ簭鍚嶇О" min-width="150" fixed="left">
           </vxe-column>
           <vxe-column
             field="dayProduceType"
diff --git a/src/views/mainPlan/gasProduceStatics/index.vue b/src/views/mainPlan/gasProduceStatics/index.vue
index 2952384..bfc98e5 100644
--- a/src/views/mainPlan/gasProduceStatics/index.vue
+++ b/src/views/mainPlan/gasProduceStatics/index.vue
@@ -69,6 +69,7 @@
           icon="Refresh"
           @click="handleRefresh"
           v-hasPermi="['aps:apsGasPipingRouteStat:computeCapacity']"
+          :disabled="loading"
           >鏇存柊</el-button
         >
       </el-col>
@@ -275,6 +276,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);
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