工具管理部分功能优化

This commit is contained in:
hepp
2024-08-05 19:53:16 +08:00
parent 93db68014f
commit 36ed9848aa
3 changed files with 6 additions and 68 deletions

View File

@@ -111,7 +111,7 @@
class-name="small-padding fixed-width"
>
<template slot-scope="scope">
<el-button type="text" icon="el-icon-info" @click="handleDetail(scope.row)">详情</el-button>
<el-button type="text" icon="el-icon-info" @click="handleDetail(scope.row)">查看</el-button>
<!-- <el-button type="text" icon="el-icon-download">下载</el-button>
<el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['tool:edit', 'tool:remove']">
<el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button>