细节变更

This commit is contained in:
piexlmax
2021-09-18 17:39:18 +08:00
parent d85b481e68
commit 132c1b68b1
9 changed files with 24 additions and 13 deletions

View File

@@ -45,8 +45,8 @@
</el-table-column>
<el-table-column label="操作" width="160">
<template #default="scope">
<el-button size="small" type="text" @click="downloadFile(scope.row)">下载</el-button>
<el-button size="small" type="text" @click="deleteFile(scope.row)">删除</el-button>
<el-button size="small" icon="el-icon-download" type="text" @click="downloadFile(scope.row)">下载</el-button>
<el-button size="small" icon="el-icon-delete" type="text" @click="deleteFile(scope.row)">删除</el-button>
</template>
</el-table-column>
</el-table>