diff --git a/src/views/sysmanage/game/serverinfo.vue b/src/views/sysmanage/game/serverinfo.vue index 12ea6f0..a44364c 100644 --- a/src/views/sysmanage/game/serverinfo.vue +++ b/src/views/sysmanage/game/serverinfo.vue @@ -1,45 +1,45 @@ - + - + - + @@ -89,14 +89,14 @@ {{ scope.row.subChannel }} - + @@ -105,30 +105,30 @@ {{ scope.row.plat }} - + - + - + - + - + @@ -167,19 +167,19 @@ 导出 - + @@ -195,13 +195,13 @@ - + - + @@ -213,38 +213,38 @@ - + - 未开启 - 维护 - 流畅 - 拥挤 - 爆满 + Chưa mở + Bảo trì + Mượt + Đầy + Quá đầy 根据人数改变 - + - + - + - + - - + + - + - - + + @@ -277,22 +277,22 @@ 确 定 - + - + - 不可见 - 维护 - 流畅 - 拥挤 - 爆满 + CLOSE + Bảo trì + Mượt + Đầy + Quá đầy 根据人数改变 @@ -455,14 +455,14 @@ export default { // 删除 del(data) { this.$confirm('确定要删除 ‘' + data.name + '’吗?', '提示', { - confirmButtonText: '确定', - cancelButtonText: '取消', + confirmButtonText: 'YES', + cancelButtonText: 'NO', type: 'warning' }).then(() => { delServer(data.id).then(response => { if (response.code === 0) { this.$message({ - message: '删除成功', + message: 'Delete Success', type: 'success' }) this.dialogFormVisible = false @@ -477,7 +477,7 @@ export default { }).catch(() => { this.$message({ type: 'info', - message: '已取消删除' + message: 'Delete Cancel' }) }) }, @@ -537,7 +537,7 @@ export default { saveUpdateStatue(this.form).then(response => { if (response.code === 0) { this.$message({ - message: '操作成功', + message: 'Success', type: 'success' }) this.dialogFormVisible2 = false