> <template #reference> <el-button @click="Delete(scope.$index)">Delete</el-button> </template> </el-popconfirm> </template> </el-table-column> </el-table> </template> import { Timer } from '@element-plus/icons-vue' interface User { date: string name: string address: string } ...