Browse Source

feat: 投手数据 - 导出"使用客服"

zhengxy 1 year ago
parent
commit
e8a7d34f89
1 changed files with 7 additions and 0 deletions
  1. 7 0
      project/src/components/dataBoard/throwPerson/throwPersonPuton.vue

+ 7 - 0
project/src/components/dataBoard/throwPerson/throwPersonPuton.vue

@@ -339,6 +339,13 @@ export default {
339 339
       this.init(1)
340 340
     },
341 341
     exportEvent (data) {
342
+
343
+      data.forEach(d => {
344
+        d['user_list_show'] = Array.isArray(d['user_list_show']) ?
345
+                                d['user_list_show'].join('、') :
346
+                                d['user_list_show']
347
+      })
348
+
342 349
       let list = data;
343 350
       let tHeader = this.desCol.map((v) => {
344 351
         return v.label;