Преглед изворни кода

宅基地调查删除提示框

rongxin_prod
Xyq123* пре 1 година
родитељ
комит
0b59028a2d
4 измењених фајлова са 4 додато и 4 уклоњено
  1. +1
    -1
      src/views/homesteadSurvey/add2.vue
  2. +1
    -1
      src/views/homesteadSurvey/add3.vue
  3. +1
    -1
      src/views/homesteadSurvey/add4.vue
  4. +1
    -1
      src/views/homesteadSurvey/nmfwList.vue

+ 1
- 1
src/views/homesteadSurvey/add2.vue Прегледај датотеку

@@ -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: '取消'
}) })


+ 1
- 1
src/views/homesteadSurvey/add3.vue Прегледај датотеку

@@ -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: '取消'
}) })


+ 1
- 1
src/views/homesteadSurvey/add4.vue Прегледај датотеку

@@ -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: '取消'
}) })


+ 1
- 1
src/views/homesteadSurvey/nmfwList.vue Прегледај датотеку

@@ -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: '取消'
}) })


Loading…
Откажи
Сачувај