gaoluyang
2 天以前 bc365ef47ae4e01754aeadbae26170e11c9bb80e
src/components/PIMTable/PIMTable.vue
@@ -11,6 +11,7 @@
            :row-key="rowKey"
            :style="tableStyle"
            tooltip-effect="dark"
            :tooltip-options="{ appendTo: 'body' }"
            :expand-row-keys="expandRowKeys"
            :show-summary="isShowSummary"
            :summary-method="summaryMethod"
@@ -21,6 +22,7 @@
            class="lims-table">
    <el-table-column align="center"
                     type="selection"
                     :selectable="selectable"
                     width="55"
                     v-if="isSelection" />
    <el-table-column align="center"
@@ -126,6 +128,7 @@
              }"
                       link
                       @click.stop="o.clickFun(scope.row)"
                       v-hasPermi="o.hasPermi"
                       :key="key">
              {{ o.name }}
            </el-button>
@@ -258,6 +261,10 @@
      type: Boolean,
      default: false,
    },
    selectable: {
      type: Function,
      default: () => true,
    },
    isShowPagination: {
      type: Boolean,
      default: true,