hd 1 settimana fa
parent
commit
d5d05b2d4f

+ 3 - 3
app/statistics/html/comprehensive-query.html

@ -117,7 +117,7 @@
                <div
                  class="particulars"
                  v-for="(item,index) in jtbcTabsData"
                  @click="handleNodeClick(item, 8)"
                  @click="handleNodeClick(item)"
                  :style="handleNodeId==item.id?'background-color: #409eff;color:#fff;':''">
                  {{item.label}}
                </div>
@ -125,8 +125,8 @@
              <template v-if="tabsId == 9">
                <div
                  class="particulars"
                  v-for="(item,index) in jtbcTabsData"
                  @click="handleNodeClick(item, 8)"
                  v-for="(item,index) in gxbTabsData"
                  @click="handleNodeClick(item)"
                  :style="handleNodeId==item.id?'background-color: #409eff;color:#fff;':''">
                  {{item.label}}
                </div>

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

@ -1196,12 +1196,12 @@ new Vue({
        console.log('点击了')
        EventBus.$emit('copd-reset-select', {})
      }
      // 家庭病床统计
      if (type == 8) {
        console.log(item, type, '---')
        EventBus.$emit('jtbc-table-page', { type, id: item.id })
        console.log('家庭病床')
      }
      // // 家庭病床统计
      // if (type == 8) {
      //   console.log(item, type, '---')
      //   EventBus.$emit('jtbc-table-page', { type, id: item.id })
      //   console.log('家庭病床')
      // }
    },
    expertFamily: function (id) {
      var vm = this