This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
宅基地调查删除提示框
rongxin_prod
Xyq123*
1 year ago
parent
ec5313e34b
commit
0b59028a2d
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/homesteadSurvey/add2.vue
+1
-1
src/views/homesteadSurvey/add3.vue
+1
-1
src/views/homesteadSurvey/add4.vue
+1
-1
src/views/homesteadSurvey/nmfwList.vue
+ 1
- 1
src/views/homesteadSurvey/add2.vue
View File
@@ -205,7 +205,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除使用权人
标识为"' + val.id + '"的
数据项?',
message: '是否确认删除使用权人数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
+ 1
- 1
src/views/homesteadSurvey/add3.vue
View File
@@ -350,7 +350,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除自然幢
标识为"' + val.id + '"的
数据项?',
message: '是否确认删除自然幢
号
数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
+ 1
- 1
src/views/homesteadSurvey/add4.vue
View File
@@ -388,7 +388,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除附属物
标识为"' + val.id + '"
的数据项?',
message: '是否确认删除附属物的数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
+ 1
- 1
src/views/homesteadSurvey/nmfwList.vue
View File
@@ -299,7 +299,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除农民房屋
标识为"' + val.id + '"的
数据项?',
message: '是否确认删除农民房屋数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
Write
Preview
Loading…
Cancel
Save