charles
2024-07-18 a0b97eb8e934ba28b9e51824d4cbbcc99cc70e17
src/components/makepager/TableCommonView.vue
@@ -151,8 +151,8 @@
    </el-table>
    <div class="overSpread1" v-show="iscolopen" @click="onMaskClick"></div>
    <div class="styleBtn">
      <i @click="checkCol()" class="label">...</i>
    <div class="styleBtn" >
      <i @click="checkCol()" v-if='colOpenShow' class="label">...</i>
      <el-checkbox-group v-model="showcol" v-show="iscolopen" class="checkbox-group" @change="selectCheckBoxList">
        <el-checkbox v-for="item in tableList.allcol" :label="item" :key="item">{{ item }} </el-checkbox>
      </el-checkbox-group>
@@ -167,6 +167,11 @@
    selectBox: {
      type: Boolean,
      default: false
    },
     // 是否可以配置列表 表头
     colOpenShow: {
      type: Boolean,
      default: true,
    },
    tableList: {
      type: Object,
@@ -471,6 +476,9 @@
      font-weight: bold;
    }
  }
  .el-table__body-wrapper{
    height:calc(100% - 50px)!important;
  }
}
::v-deep .el-table .cell {