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" @@ -127,6 +128,7 @@ }" link @click.stop="o.clickFun(scope.row)" v-hasPermi="o.hasPermi" :key="key"> {{ o.name }} </el-button>