|
|
@ -60,7 +60,7 @@ |
|
|
|
<span v-else>{{ scope.row[item] }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column align="center" label="操作" width="260" fixed="right"> |
|
|
|
<el-table-column label="操作" width="260" fixed="right"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-button |
|
|
|
class="edit-button-style" |
|
|
@ -70,9 +70,10 @@ |
|
|
|
>修改</el-button |
|
|
|
> |
|
|
|
<el-button |
|
|
|
size="small" |
|
|
|
class="edit-button-style" |
|
|
|
@click="handleUpload(scope.row)">导入</el-button> |
|
|
|
icon="el-icon-upload" |
|
|
|
size="small" |
|
|
|
class="edit-button-style" |
|
|
|
@click="handleUpload(scope.row)">导入</el-button> |
|
|
|
<el-button |
|
|
|
class="edit-button-style" |
|
|
|
@click="handleDelete(scope.row)" |
|
|
|