fix(功能用例): 修复功能用例表格中执行结果显示异常的缺陷

修复功能用例表格中执行结果显示异常的缺陷
This commit is contained in:
song-tianyang 2022-01-13 16:25:31 +08:00 committed by song-tianyang
parent d7efd293c7
commit 9d01ffd694
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<template v-slot:default="scope">
<span @click.stop="clickt = 'stop'">
<span class="el-dropdown-link">
<status-table-item :value="scope.row.lastExecuteResult"/>
<status-table-item :value="scope.row.lastExecuteResult ? scope.row.lastExecuteResult : 'Prepare'"/>
</span>
</span>
</template>