Showing
1 changed file
with
2 additions
and
2 deletions
@@ -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'}"> |
-
Please register or login to post a comment