chenrui
22 小时以前 ece2dfeb926d728b10db38038e4d12e9e9851c24
src/components/PIMTable/PIMTable.vue
@@ -3,6 +3,7 @@
    :header-cell-style="{ background: '#F0F1F5', color: '#333333' }" height="calc(100vh - 18.5em)"
    :highlight-current-row="highlightCurrentRow" :row-class-name="rowClassName" :row-style="rowStyle" :row-key="rowKey"
    style="width: 100%" tooltip-effect="dark" @row-click="rowClick" @current-change="currentChange" :show-summary="isShowSummary"
            :summary-method="summaryMethod"
    @selection-change="handleSelectionChange" class="lims-table">
    <el-table-column align="center" type="selection" width="55"  v-if="isSelection"/>
    <el-table-column align="center" label="序号" type="index" width="60" />
@@ -123,6 +124,10 @@
    type: Function,
    default: () => { }
  },
  summaryMethod: {
    type: Function,
    default: () => { }
  },
  rowClick: {
    type: Function,
    default: () => { }