工具管理部分功能优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user