Commit 8fe6e58a authored by xieyishang's avatar xieyishang

~~

parent 6094dddb
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<template #default="scope"> <template #default="scope">
<el-button-group> <el-button-group>
<el-button type="primary" @click="table_edit(scope.row, scope.$index)">编辑</el-button> <el-button type="primary" @click="table_edit(scope.row, scope.$index)">编辑</el-button>
<el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)"> <!-- <el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)">
<template #reference> <template #reference>
<el-button type="danger">删除</el-button> <el-button type="danger">删除</el-button>
</template> </template>
</el-popconfirm> </el-popconfirm> -->
</el-button-group> </el-button-group>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -30,11 +30,11 @@ ...@@ -30,11 +30,11 @@
<template #default="scope"> <template #default="scope">
<el-button-group> <el-button-group>
<el-button type="primary" @click="table_edit(scope.row, scope.$index)">编辑</el-button> <el-button type="primary" @click="table_edit(scope.row, scope.$index)">编辑</el-button>
<el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)"> <!-- <el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)">
<template #reference> <template #reference>
<el-button type="danger">删除</el-button> <el-button type="danger">删除</el-button>
</template> </template>
</el-popconfirm> </el-popconfirm> -->
</el-button-group> </el-button-group>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -24,11 +24,11 @@ ...@@ -24,11 +24,11 @@
<template #default="scope"> <template #default="scope">
<el-button-group> <el-button-group>
<el-button type="primary" size="small" @click="table_edit(scope.row, scope.$index)">编辑</el-button> <el-button type="primary" size="small" @click="table_edit(scope.row, scope.$index)">编辑</el-button>
<el-popconfirm title="您确定删除该数据" @confirm="table_del(scope.row, scope.$index)"> <!-- <el-popconfirm title="您确定删除该数据" @confirm="table_del(scope.row, scope.$index)">
<template #reference> <template #reference>
<el-button type="danger" size="small">删除</el-button> <el-button type="danger" size="small">删除</el-button>
</template> </template>
</el-popconfirm> </el-popconfirm> -->
</el-button-group> </el-button-group>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -38,11 +38,11 @@ ...@@ -38,11 +38,11 @@
<template #default="scope"> <template #default="scope">
<el-button-group> <el-button-group>
<el-button type="primary" @click="table_show(scope.row, scope.$index)">详情</el-button> <el-button type="primary" @click="table_show(scope.row, scope.$index)">详情</el-button>
<el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)"> <!-- <el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)">
<template #reference> <template #reference>
<el-button type="danger">删除</el-button> <el-button type="danger">删除</el-button>
</template> </template>
</el-popconfirm> </el-popconfirm> -->
</el-button-group> </el-button-group>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment