|
@@ -91,18 +91,18 @@
|
|
|
</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" width="150" header-align="center">
|
|
|
+ <el-table-column label="操作" width="100" header-align="center">
|
|
|
<template #default="{ row }">
|
|
|
<div style="display: flex;justify-content: center;">
|
|
|
<el-button v-if="auth('edit')" class="table-operate" size="small" type="warning"
|
|
|
@click="openDialog('edit', row)">
|
|
|
- <icon name="el-icon-edit"></icon>
|
|
|
+ <Icon name="el-icon-edit"></Icon>
|
|
|
</el-button>
|
|
|
<el-popconfirm width="220" confirm-button-text="确定" cancel-button-text="取消" title="是否确定删除?"
|
|
|
@confirm="deleteRow(row)">
|
|
|
<template #reference>
|
|
|
<el-button v-if="auth('del')" class="table-operate" type="danger" size="small">
|
|
|
- <icon name="el-icon-delete"></icon>
|
|
|
+ <Icon name="el-icon-delete"></Icon>
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-popconfirm>
|