From d988407a83fbaf46af822d8610360f865a42e9b9 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 03 十二月 2025 17:27:53 +0800
Subject: [PATCH] 修改新增

---
 src/views/build/conpanyFunctionConsult/standardSysTemp/sysStandardModule/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/build/conpanyFunctionConsult/standardSysTemp/sysStandardModule/index.vue b/src/views/build/conpanyFunctionConsult/standardSysTemp/sysStandardModule/index.vue
index 58e3498..ac77ada 100644
--- a/src/views/build/conpanyFunctionConsult/standardSysTemp/sysStandardModule/index.vue
+++ b/src/views/build/conpanyFunctionConsult/standardSysTemp/sysStandardModule/index.vue
@@ -45,9 +45,9 @@
       </el-table-column>
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
         <template #default="scope">
-          <el-button link type="primary" @click="downloadFile(scope.row.filePath)">下载</el-button>
-          <el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button>
-          <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>
+          <el-button link type="primary" @click="downloadFile(scope.row.filePath)" v-hasPermi="['sysStandard:view']">下载</el-button>
+          <el-button link type="primary" @click="openDialog('edit',scope.row)" v-hasPermi="['sysStandard:update']">编辑</el-button>
+          <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['sysStandard:update']">删除</el-button>
         </template>
       </el-table-column>
     </el-table>

--
Gitblit v1.9.2