This commit is contained in:
曹辉 2023-01-11 09:23:24 +08:00
parent f02066ca9d
commit 8d96312c82

View File

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