@@ -205,7 +205,7 @@ export default { | |||||
const ids = val.id || this.ids; | const ids = val.id || this.ids; | ||||
Dialog.confirm({ | Dialog.confirm({ | ||||
title: '系统提示', | title: '系统提示', | ||||
message: '是否确认删除使用权人标识为"' + val.id + '"的数据项?', | |||||
message: '是否确认删除使用权人数据项?', | |||||
confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
cancelButtonText: '取消' | cancelButtonText: '取消' | ||||
}) | }) | ||||
@@ -350,7 +350,7 @@ export default { | |||||
const ids = val.id || this.ids; | const ids = val.id || this.ids; | ||||
Dialog.confirm({ | Dialog.confirm({ | ||||
title: '系统提示', | title: '系统提示', | ||||
message: '是否确认删除自然幢标识为"' + val.id + '"的数据项?', | |||||
message: '是否确认删除自然幢号数据项?', | |||||
confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
cancelButtonText: '取消' | cancelButtonText: '取消' | ||||
}) | }) | ||||
@@ -388,7 +388,7 @@ export default { | |||||
const ids = val.id || this.ids; | const ids = val.id || this.ids; | ||||
Dialog.confirm({ | Dialog.confirm({ | ||||
title: '系统提示', | title: '系统提示', | ||||
message: '是否确认删除附属物标识为"' + val.id + '"的数据项?', | |||||
message: '是否确认删除附属物的数据项?', | |||||
confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
cancelButtonText: '取消' | cancelButtonText: '取消' | ||||
}) | }) | ||||
@@ -299,7 +299,7 @@ export default { | |||||
const ids = val.id || this.ids; | const ids = val.id || this.ids; | ||||
Dialog.confirm({ | Dialog.confirm({ | ||||
title: '系统提示', | title: '系统提示', | ||||
message: '是否确认删除农民房屋标识为"' + val.id + '"的数据项?', | |||||
message: '是否确认删除农民房屋数据项?', | |||||
confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
cancelButtonText: '取消' | cancelButtonText: '取消' | ||||
}) | }) | ||||