linweizeng 3 лет назад
Родитель
Сommit
26fb2e303d

+ 2 - 1
src/business/platform/form/formrender/dynamic-form/dynamic-form-table.vue

@@ -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>
                                 </template>
                             </template>