zdl 1 ano atrás
pai
commit
c1b02b0279
1 arquivos alterados com 6 adições e 5 exclusões
  1. 6 5
      src/views/encoder/index.vue

+ 6 - 5
src/views/encoder/index.vue

@@ -252,7 +252,8 @@
           cha_ratio: 0,
           jbxx: 0,
           zlxx: 0,
-          fyxx: 0
+          fyxx: 0,
+          qtxx: 0
         },
         tongji_show: true,
         tongjiDom: null,
@@ -388,10 +389,10 @@
                 show: true
               },
               data: [
-                { value: 1048, name: '患者基本信息' },
-                { value: 735, name: '诊疗信息' },
-                { value: 335, name: '费用信息' },
-                { value: 635, name: '其他信息' },
+                { value: this.tongjiData.jbxx, name: '患者基本信息' },
+                { value: this.tongjiData.zlxx, name: '诊疗信息' },
+                { value: this.tongjiData.fyxx, name: '费用信息' },
+                { value: this.tongjiData.qtxx, name: '其他信息' }
               ]
             }
           ]