Authored by 鲁尚清

Merge branch 'master' of http://192.168.1.136:82/monitor_v3/hg-monitor-web into …

…master-v32-lushangqing
@@ -80,8 +80,8 @@ @@ -80,8 +80,8 @@
80 </div> 80 </div>
81 <!--列表--> 81 <!--列表-->
82 <div v-if="activeBtn == 'list'"> 82 <div v-if="activeBtn == 'list'">
83 - <cm-table-page :columns="columns" :dataList="dataList" @loaddata="getPage" :showIndex="false"  
84 - :showBorder="false" :showSelection="true" 83 + <cm-table-page :columns="columns" :dataList="dataList" @loaddata="getPage" :showIndex="true"
  84 + :showBorder="false" :showSelection="false"
85 :showPage="false" :height="height - 54"></cm-table-page> 85 :showPage="false" :height="height - 54"></cm-table-page>
86 </div> 86 </div>
87 <div v-if="activeBtn == 'view'" style="background-color: white" :style="{'height':(height -50) +'px','max-height':(height -50) + 'px','overflow':'auto'}"> 87 <div v-if="activeBtn == 'view'" style="background-color: white" :style="{'height':(height -50) +'px','max-height':(height -50) + 'px','overflow':'auto'}">