From d47fba32b60309fcc93dd69bbb8c155d2217d805 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 14 Dec 2023 14:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B6=8A=E5=8D=97=E6=9C=AC=E5=9C=B0=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sysmanage/game/serverinfo.vue | 138 ++++++++++++------------ 1 file changed, 69 insertions(+), 69 deletions(-) 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