权限添加

This commit is contained in:
2025-08-15 23:14:13 +08:00
parent e1617585ab
commit 4cf4efc094
7 changed files with 51 additions and 44 deletions

View File

@ -17,9 +17,7 @@
<el-table-column label="备注" align="center" prop="remark" />
<el-table-column label="操作" align="center" class-name="small-padding " width="240">
<template #default="scope">
<el-button v-hasPermi="['design:drawing:remove']" size="small" type="primary" icon="Download" @click="handleDownload(scope.row)"
>下载</el-button
>
<el-button size="small" type="primary" icon="Download" @click="handleDownload(scope.row)">下载</el-button>
<el-button size="small" type="primary" icon="view" @click="handleViewHis(scope.row)">查阅记录</el-button>
</template>
</el-table-column>