zhanghaoyu 6 years ago
parent
commit
b8191a6d6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      page/bigData/html/alert6.html

+ 1 - 1
page/bigData/html/alert6.html

@ -60,7 +60,7 @@
                            <div>疾病</div>
                            <div>人次</div>
                        </li>
                        <li v-for="item in alertChart1" class="flex f_x_sb">
                        <li v-for="(item,index) in alertChart1" class="flex f_x_sb" v-if = "index < 12">
                            <div>{{item.firstColumn}}</div>
                            <div>{{item.HC_13_0003}}</div>
                        </li>