Browse Source

Merge branch 'master' into 'master'

优化导出

See merge request lighter/vue-intergration-platform!20
huangshuhua 3 years ago
parent
commit
38a5979a50
1 changed files with 11 additions and 2 deletions
  1. 11 2
      src/views/medical-insurance/statistical/CssybCsTj.vue

+ 11 - 2
src/views/medical-insurance/statistical/CssybCsTj.vue

@@ -263,8 +263,17 @@ export default {
           jssj: '结算时间',
         }
 
-        returnData.value.push(sum)
-        Export(returnData.value, title, '市医保病种统计')
+        let hj = {
+          cyks: '合计',
+          zfy: sum[5],
+          yjzf: sum[6],
+          tczf: sum[7],
+          bal: sum[8],
+          bxbl: sum[9],
+          score: sum[10],
+        }
+        returnData.value.push(hj)
+        Export(returnData.value, title, '市医保测算统计')
       }
     }