Selaa lähdekoodia

宅基地调查删除提示框

rongxin_prod
Xyq123* 1 vuosi sitten
vanhempi
commit
0b59028a2d
4 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -299,7 +299,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除农民房屋标识为"' + val.id + '"的数据项?',
message: '是否确认删除农民房屋数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})


Ladataan…
Peruuta
Tallenna