修改
This commit is contained in:
parent
f02066ca9d
commit
8d96312c82
@ -323,7 +323,7 @@ export default {
|
|||||||
//修改是否为边远地区
|
//修改是否为边远地区
|
||||||
updateRemoteSigns(row) {
|
updateRemoteSigns(row) {
|
||||||
if (row.remoteSigns) {
|
if (row.remoteSigns) {
|
||||||
this.$confirm("确定修改吗?", {
|
this.$confirm('确定修改"' + row.areaName + '"为偏远地区吗?', {
|
||||||
confirmButtonText: "确定",
|
confirmButtonText: "确定",
|
||||||
cancelButtonText: "取消",
|
cancelButtonText: "取消",
|
||||||
type: "warning",
|
type: "warning",
|
||||||
@ -352,7 +352,7 @@ export default {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$confirm("确定修改吗?", {
|
this.$confirm('确定修改"' + row.areaName + '"为非偏远地区吗吗?', {
|
||||||
confirmButtonText: "确定",
|
confirmButtonText: "确定",
|
||||||
cancelButtonText: "取消",
|
cancelButtonText: "取消",
|
||||||
type: "warning",
|
type: "warning",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user