单服黑名单,充值排行

master
czx 2023-08-25 12:12:45 +08:00
parent 8b2424640c
commit 81cace549a
1 changed files with 7 additions and 2 deletions

View File

@ -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,