曹睿
3 天以前 9fcd064cdceb323554b0d39b3cdb2c14f9c47666
src/components/PIMTable/PIMTable.vue
@@ -207,8 +207,8 @@
    </el-table-column>
  </el-table>
  <pagination
    v-show="total > 0"
    :total="total"
    v-if="page.total > 0"
    :total="page.total"
    :layout="page.layout"
    :page="page.current"
    :limit="page.size"
@@ -245,7 +245,7 @@
  },
  height: {
    type: [Number, String],
    default: "calc(100vh - 18.5em)",
    default: "calc(100vh - 22em)",
  },
  expandRowKeys: {
    type: Array,