hd 5 päivää sitten
vanhempi
commit
fb72e9d4f5

+ 1 - 1
app/statistics/js/comprehensive-query.js

@ -182,7 +182,7 @@ new Vue({
      { label: '冠心病出院下转统计表', id: '80' },
      { label: '冠心病管理全流程闭环情况', id: '81' },
      { label: '签约情况统计', id: '82' },
      { label: '就诊情况统计', id: '83' },
      // { label: '就诊情况统计', id: '83' },
      { label: '下转动态分析', id: '84' },
      { label: '康复随访记录', id: '85' },
      { label: '康复随访详情', id: '86' },

+ 21 - 1
component/statistics/GxbCy/index.js

@ -110,6 +110,26 @@ Vue.component('gxb-cy', {
              width: '100'
            }
          ]
        },
        {
          label: '随访4',
          children: [
            {
              label: '已登记人数',
              prop: 'v4Num',
              width: '100'
            },
            {
              label: '已达标人数',
              prop: 'vd4Num',
              width: '100'
            },
            {
              label: '达标率',
              prop: 'v4Rate',
              width: '100'
            }
          ]
        }
      ],
      page: 1,
@ -227,7 +247,7 @@ Vue.component('gxb-cy', {
      }
      this.exportLoading = true
      var fileName = `冠心病出院下转统计表${new Date().getTime()}.xls`
      httpRequest.downLoadFileForAjax('statistics/collaborate/exportGxbMzTurnDownInfo', fileName, params).then(function () {
      httpRequest.downLoadFileForAjax('statistics/collaborate/exportZyTurnDownInfo', fileName, params).then(function () {
        vm.exportLoading = false
      })
    },

+ 1 - 1
component/statistics/GxbEvaluation/index.js

@ -51,7 +51,7 @@ Vue.component('gxb-evaluation', {
        { label: '高危人数', prop: 'hRiskNum', width: '110' },
        { label: '极高危人数', prop: 'uhRiskNum', width: '110' },
        { label: '超高危人数', prop: 'ehRiskNum', width: '110' },
        { label: '已晒次数', prop: 'totalTimes', width: '110' },
        { label: '已筛次数', prop: 'totalTimes', width: '110' },
        { label: '低危次数', prop: 'lRiskTimes', width: '110' },
        { label: '中危次数', prop: 'mRiskTimes', width: '110' },
        { label: '高危次数', prop: 'hRiskTimes', width: '110' },