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/recordStandardModule/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/build/conpanyFunctionConsult/standardSysTemp/recordStandardModule/index.vue b/src/views/build/conpanyFunctionConsult/standardSysTemp/recordStandardModule/index.vue
index 636adec..ecb92da 100644
--- a/src/views/build/conpanyFunctionConsult/standardSysTemp/recordStandardModule/index.vue
+++ b/src/views/build/conpanyFunctionConsult/standardSysTemp/recordStandardModule/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="['recordStandard:view']">下载</el-button>
+ <el-button link type="primary" @click="openDialog('edit',scope.row)" v-hasPermi="['recordStandard:update']">编辑</el-button>
+ <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['recordStandard:update']">删除</el-button>
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.2