From df389f166dea10fe770a57d9e04bb1af59dfd493 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期日, 27 四月 2025 16:09:06 +0800
Subject: [PATCH] 权限按钮

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

diff --git a/src/views/mainPlan/pipeProduceStatics/index.vue b/src/views/mainPlan/pipeProduceStatics/index.vue
index 03fd0d5..48cbdf6 100644
--- a/src/views/mainPlan/pipeProduceStatics/index.vue
+++ b/src/views/mainPlan/pipeProduceStatics/index.vue
@@ -58,7 +58,7 @@
           plain
           icon="Download"
           @click="handleExport"
-          v-hasPermi="['apsPartRouteStat:export']"
+          v-hasPermi="['aps:apsGasPipingRouteStat:exportExcel']"
           >瀵煎嚭</el-button
         >
       </el-col>
@@ -68,7 +68,7 @@
           plain
           icon="Refresh"
           @click="handleRefresh"
-          v-hasPermi="['apsPartRouteStat:edit']"
+          v-hasPermi="['aps:apsGasPipingRouteStat:computeCapacity']"
           >鏇存柊</el-button
         >
       </el-col>

--
Gitblit v1.9.3