fix:指标相关修复,实验结果bug修复

This commit is contained in:
2025-12-25 15:38:24 +08:00
parent 7485af9ff2
commit 4aa2c16165
6 changed files with 11 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="task-performance-page">
<BaseTable
tableName="PERFORMANCE_POOL"
tableName="TASK_RUN_PERFORMANCE"
ref="baseTableRef"
:export-file-name="'指标列表'"
:export-api="exportPerformanceApi"
@@ -30,6 +30,8 @@
</div>
</template>
<template #completeStatus="{row}"></template>
<template #operate="{ row }">
<el-button type="danger" link @click="delPerformance(row)">删除</el-button>
</template>
@@ -37,7 +39,7 @@
<addTaskPerformance
v-if="performanceVisible"
:tableName="'TASK_PERFORMANCE'"
:tableName="'TASK_RUN_PERFORMANCE'"
@cancel="performanceVisible = false"
@submit="addPerformanceFun"
>