gaoluyang
6 天以前 f9ff65aefcdf4097fbba923c3bb4d0164d4a5327
src/components/PIMTable/PIMTable.vue
@@ -40,7 +40,7 @@
      :fixed="item.fixed"
      :label="item.label"
      :prop="item.prop"
      show-overflow-tooltip
      :show-overflow-tooltip="item.dataType !== 'action'"
      :align="item.align"
      :sortable="!!item.sortable"
      :type="item.type"
@@ -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,