hyb
2025-05-16 9cf793804cd7489ca4206e273da5a96b00820478
隐藏报告中的重新运行按钮
1 files modified
3 ■■■■ changed files
测试组/Test_platform/Interface_automation/frontend/src/pages/reports/ReportList.vue 3 ●●●● patch | view | raw | blame | history
测试组/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)
                                            "