hyb
2025-11-10 e0a856b5072c5a09f3f6de6da85abf90e00ee704
测试组/Test_platform/Interface_automation/frontend/src/pages/reports/ReportList.vue
@@ -262,13 +262,14 @@
                                    <div
                                        style="display: flex; align-items: center;"
                                    >
                                    <!-- v-show="handleShowReRun(scope.row)" -->
                                        <el-button
                                            type="info"
                                            icon="el-icon-refresh-right"
                                            circle
                                            size="mini"
                                            title="重新运行失败用例"
                                            v-show="handleShowReRun(scope.row)"
                                            v-show="false"
                                            @click="
                                                handleRunFailCase(scope.row)
                                            "