haoxuan
2024-03-07 221ad8872c99f75eec04d117ad5de0e8223af4e2
src/components/makepager/TableCommonView.vue
@@ -2,6 +2,7 @@
  <div class="table-view">
    <el-table
      ref="table"
      :class="tableList.headerColor=='red'?'table-red':''"
      border
      :data="tableList.tableInfomation"
      tooltip-effect="dark"
@@ -102,7 +103,7 @@
    </el-table>
    <div class="overSpread1" v-show="iscolopen" @click="onMaskClick"></div>
    <div class="styleBtn">
      <i @click="checkCol()" class="label">...</i>
      <i @click="checkCol()" v-if="colOpenShow"  class="label">...</i>
      <el-checkbox-group
          v-model="showcol"
          v-show="iscolopen"
@@ -137,6 +138,11 @@
          ]
        }
      }
    },
     // 是否可以配置列表 表头
     colOpenShow: {
      type: Boolean,
      default: true,
    },
    showSummary: {
      type: Object,
@@ -397,7 +403,9 @@
  height: 35px;
  text-align: center;
}
::v-deep  .table-red.el-table th.el-table__cell>.cell{
  color:red;
}
::v-deep{
  .el-table .cell .el-button--text.el-button--small{
    padding: 4px 0;