fix(测试计划): 测试计划报告中场景状态增加waitting状态显示
测试计划报告中场景状态增加waitting状态显示
This commit is contained in:
parent
a2a6109eff
commit
047c4273e2
|
@ -45,7 +45,7 @@
|
|||
<status-table-item v-else-if="row.lastResult === 'Fail'" :value="'Failure'"/>
|
||||
<status-table-item v-else-if="row.lastResult === 'STOP'" :value="'STOP'"/>
|
||||
<status-table-item v-else-if="row.lastResult === 'Running'" :value="'Underway'"/>
|
||||
<status-table-item v-else-if="row.lastResult === 'Watting'" :value="'Underway'"/>
|
||||
<status-table-item v-else-if="row.lastResult === 'Waiting'" :value="'Waiting'"/>
|
||||
<status-table-item v-else :value="'Prepare'"/>
|
||||
</template>
|
||||
</ms-table-column>
|
||||
|
|
Loading…
Reference in New Issue