jiangyy 3 years ago
parent
commit
b3ea3b8c0b
  1. 1
      src/views/modules/base/community/buildTable.vue
  2. 1
      src/views/modules/base/community/roomTable.vue

1
src/views/modules/base/community/buildTable.vue

@ -125,7 +125,6 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
:height="tableHeight" :height="tableHeight"
v-loading="tableLoading" v-loading="tableLoading"
:header-cell-style="tableHeaderStyle"
style="width: 100%" style="width: 100%"
@select-all="selectAll" @select-all="selectAll"
@selection-change="selectionChange"> @selection-change="selectionChange">

1
src/views/modules/base/community/roomTable.vue

@ -104,7 +104,6 @@
<div class="div_table_item"> <div class="div_table_item">
<el-table ref="ref_table" <el-table ref="ref_table"
:data="tableData" :data="tableData"
:header-cell-style="tableHeaderStyle"
v-loading="tableLoading" v-loading="tableLoading"
@sort-change="handleSortOrderChange" @sort-change="handleSortOrderChange"
border border

Loading…
Cancel
Save