zouyu
3 天以前 f0f95ea1bf05931a11c675f662fea85e77a7e5d5
src/components/PIMTable/PIMTable.vue
@@ -15,6 +15,7 @@
    :expand-row-keys="expandRowKeys"
    :show-summary="isShowSummary"
    :summary-method="summaryMethod"
    stripe
    @row-click="rowClick"
    @current-change="currentChange"
    @selection-change="handleSelectionChange"
@@ -301,7 +302,7 @@
  },
  rowKey: {
    type: String,
    default: undefined,
    default: 'id',
  },
  page: {
    type: Object,