优化调整
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<div class="HeadLine">
|
||||
<div class="HeadSquare"></div>
|
||||
<div class="TitleFont">文章管理</div>
|
||||
<div class="TitleFont">系统管理</div>
|
||||
</div>
|
||||
<div style="height:50px;width:100%;"></div>
|
||||
|
||||
@@ -288,7 +288,7 @@ export default {
|
||||
// 删除按钮
|
||||
handleDelete(index) {
|
||||
var that=this;
|
||||
this.$confirm('此操作将永久删除该用户, 是否继续?', '提示', {
|
||||
this.$confirm('此操作将永久删除, 是否继续?', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
Reference in New Issue
Block a user