@@ -48,7 +48,8 @@
<el-button plain size="mini" :key="index" :type="button.type" @click="handleActionEvent(button, scope.$index)">
{{ button.label }}
</el-button>
- <el-divider v-if="(manageButtons.length === 3 && index === 0) || index === 1" :key="index" direction="vertical" />
+ <!-- (manageButtons.length === 3 && index === 0) || index === 1 -->
+ <el-divider v-if="index !== manageButtons.length - 1" :key="index" direction="vertical" />
</template>