gaoluyang
7 天以前 2e4b04ddbbcb82531fbc29eeadbefc46591584e0
src/components/PIMTable/PIMTable.vue
@@ -11,7 +11,7 @@
            :row-key="rowKey"
            :style="tableStyle"
            tooltip-effect="dark"
            :tooltip-options="{ appendTo: 'body' }"
            :tooltip-options="{ popperOptions: { strategy: 'absolute' } }"
            :expand-row-keys="expandRowKeys"
            :show-summary="isShowSummary"
            :summary-method="summaryMethod"
@@ -28,6 +28,7 @@
    <el-table-column align="center"
                     label="序号"
                     type="index"
                               fixed="left"
                     width="60" />
    <el-table-column v-for="(item, index) in column"
                     :key="index"