gaoluyang
昨天 2a8cbb40359eee991487c598f3348ec85172290a
src/components/PIMTable/PIMTable.vue
@@ -204,6 +204,7 @@
    </el-table-column>
  </el-table>
  <pagination
      v-if="isShowPage"
    :total="page.total"
    :layout="page.layout"
    :page="page.current"
@@ -267,6 +268,10 @@
    type: Boolean,
    default: false,
  },
   isShowPage: {
    type: Boolean,
    default: true,
  },
  isShowSummary: {
    type: Boolean,
    default: false,