ソースを参照

宅基地调查删除提示框

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;
Dialog.confirm({
title: '系统提示',
message: '是否确认删除使用权人标识为"' + val.id + '"的数据项?',
message: '是否确认删除使用权人数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})


+ 1
- 1
src/views/homesteadSurvey/add3.vue ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存