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