@@ -386,7 +386,7 @@ export default {
//删除
async table_del(row) {
- this.$confirm(`确定删除${row.userName}吗?`, "提示", {
+ this.$confirm(`确定删除${row.name}吗?`, "提示", {
type: "warning",
confirmButtonText: "确 认",
cancelButtonText: "取 消",
@@ -255,7 +255,7 @@ export default {