gaoluyang
13 小时以前 12b411cd617a1f8d4ef7d03b2d0677f23515ce2f
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,