Bläddra i källkod

1、提示语修改

hezhihong 1 år sedan
förälder
incheckning
aefd9b6ecb
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/views/norm/dataSubmission.vue

+ 2 - 1
src/views/norm/dataSubmission.vue

@@ -352,7 +352,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除报送数据项配置编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除报送数据项配置编号为"' + ids + '"的数据项?')
+        .confirm(`是否确认删除报送数据项配置编号为【${ids}】;报送参数名称为【${row.fname}】的数据项?`)
         .then(function () {
           return delGIVE(ids);
         })