From 8d96312c8281c0a447f5dac12b7bb38818c80341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 11 Jan 2023 09:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/area/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index 108598f..ecdb234 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -323,7 +323,7 @@ export default { //修改是否为边远地区 updateRemoteSigns(row) { if (row.remoteSigns) { - this.$confirm("确定修改吗?", { + this.$confirm('确定修改"' + row.areaName + '"为偏远地区吗?', { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning", @@ -352,7 +352,7 @@ export default { }); }); } else { - this.$confirm("确定修改吗?", { + this.$confirm('确定修改"' + row.areaName + '"为非偏远地区吗吗?', { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning",