fix:指标相关修复,实验结果bug修复
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user