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