瀏覽代碼

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 4 年之前
父節點
當前提交
0fb5b26359

+ 1 - 1
src/xt_pages/user/patients.vue 查看文件

@@ -726,7 +726,7 @@
726 726
         }
727 727
         const aLink = document.createElement('a')
728 728
         aLink.href = url
729
-        aLink.download = this.timestampToTime(log.export_time) + '错误日志' + '.txt'
729
+        aLink.download = this.timestampToTime(log.export_time) + '患者导入日志' + '.txt'
730 730
         aLink.click()
731 731
 
732 732
       },

+ 1 - 1
src/xt_pages/workforce/appointment.vue 查看文件

@@ -176,7 +176,7 @@
176 176
         }
177 177
         const aLink = document.createElement('a')
178 178
         aLink.href = url
179
-        aLink.download = this.timestampToTime(log.export_time) + '错误日志.txt'
179
+        aLink.download = this.timestampToTime(log.export_time) + '临时排班导入日志.txt'
180 180
         aLink.click()
181 181
 
182 182
       },

+ 1 - 1
src/xt_pages/workforce/components/scheduleTemplateUploadExcel/index.vue 查看文件

@@ -16,7 +16,7 @@
16 16
       :visible.sync="msgTipVisible"
17 17
       width="40%"
18 18
     >
19
-      <span>如果导入成功,会将当前已有的排版模版会被全部清除,是否继续导入排版模版数据</span>
19
+      <span>若执行排班导入,系统将会清除当前已有排班模板数据,是否继续导入?</span>
20 20
       <span slot="footer" class="dialog-footer">
21 21
     <el-button @click="msgTipVisible = false">取 消</el-button>
22 22
     <el-button type="primary" @click="handleUpload()">确 定</el-button>

+ 1 - 1
src/xt_pages/workforce/components/scheduleUploadExcel/index.vue 查看文件

@@ -4,7 +4,7 @@
4 4
       :visible.sync="msgTipVisible"
5 5
       width="40%"
6 6
     >
7
-      <span>如果导入成功,会将当前已有的排版会被全部清除,是否继续导入排版数据</span>
7
+      <span>若执行排班导入,系统将会清除当前已有临时排班数据,是否继续导入?</span>
8 8
       <span slot="footer" class="dialog-footer">
9 9
     <el-button @click="msgTipVisible = false">取 消</el-button>
10 10
     <el-button type="primary" @click="handleUpload()">确 定</el-button>

+ 1 - 1
src/xt_pages/workforce/template.vue 查看文件

@@ -258,7 +258,7 @@
258 258
         }
259 259
         const aLink = document.createElement('a')
260 260
         aLink.href = url
261
-        aLink.download = this.timestampToTime(log.export_time)+'错误日志.txt'
261
+        aLink.download = this.timestampToTime(log.export_time)+'排班模板导入日志.txt'
262 262
         aLink.click()
263 263
 
264 264
       },