diff --git a/src/components/BaseListTable.vue b/src/components/BaseListTable.vue index d9ed37a..1fd8b11 100644 --- a/src/components/BaseListTable.vue +++ b/src/components/BaseListTable.vue @@ -44,12 +44,13 @@ :width="head.width || null" :min-width="head.minWidth || null" :fixed="head.fixed || null" - :show-overflow-tooltip="head.showOverflowTooltip || true" :tooltip-effect="head.tooltipEffect || 'light'" filter-placement="top" :align="head.align || null" v-bind="head.more" - > + :show-overflow-tooltip="head.showOverflowTooltip || !head.prop === 'operations'" + > +