细节变更

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

@@ -60,8 +60,14 @@
<el-table-column fixed="right" label="操作" width="200">
<template #default="scope">
<el-button size="small" type="text" @click="editApi(scope.row)">编辑</el-button>
<el-button
icon="el-icon-edit"
size="small"
type="text"
@click="editApi(scope.row)"
>编辑</el-button>
<el-button
icon="el-icon-delete"
size="small"
type="text"
@click="deleteApi(scope.row)"