Authored by 王涛

乙方运维代码迁移优化

@@ -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'}">