|
@@ -116,7 +116,7 @@ export default {
|
|
|
},
|
|
|
deleteUser(data) {
|
|
|
let app = this;
|
|
|
- this.$confirm('是否删除用户:' + data.username + ' ?', '提示', {
|
|
|
+ this.$confirm('是否删除用户:' + data.user_name + ' ?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
@@ -190,4 +190,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|