generated from root/miduo_server
单服黑名单,充值排行
parent
8b2424640c
commit
81cace549a
|
|
@ -151,6 +151,11 @@
|
|||
<span>{{ scope.row.unblockTime }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作时间" width="200">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.createTime }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="150">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
|
|
@ -420,7 +425,7 @@ export default {
|
|||
type: 'success'
|
||||
})
|
||||
this.dialogFormVisible = false
|
||||
this.querySingle()
|
||||
this.fetchData()
|
||||
} else {
|
||||
this.$message({
|
||||
message: response.msg,
|
||||
|
|
@ -448,7 +453,7 @@ export default {
|
|||
type: 'success'
|
||||
})
|
||||
this.singleServerDialogFormVisible = false
|
||||
this.fetchData()
|
||||
this.singleSave()
|
||||
} else {
|
||||
this.$message({
|
||||
message: response.msg,
|
||||
|
|
|
|||
Loading…
Reference in New Issue