소스 검색

导入工时结果弹框提示

seyason 3 년 전
부모
커밋
efb555b78f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -1165,7 +1165,7 @@
                         this.importingData = false;
                         if (res.code == "ok") {
                             //换成弹出框,以免有人等了半天回来啥也没看到
-                            this.importResultMsg = "成功导入"+res.data+"条工时数据";
+                            this.importResultMsg = "导入成功:成功导入"+res.data+"条工时数据";
                             this.getReportList();
                             this.importWxDialog = false;
                         } else {