曹睿
2 天以前 344551aecaab6762c7dc7b4b4f85bbff18898ab9
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,