<el-table-column label="操作" >
<template #default="scope">
<el-icon @click="handleRemove(scope.row,scope.$index)">
删除
</el-icon>
</template>
</el-table-column>
12-21
6404

10-08