fix(测试跟踪): 测试用例执行结果,未开始改成未执行
This commit is contained in:
parent
4ddbfe130a
commit
5d32c091ee
|
@ -38,7 +38,7 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
statusFilters: [
|
statusFilters: [
|
||||||
{text: this.$t('test_track.plan.plan_status_prepare'), value: 'Prepare'},
|
{text: this.$t('api_test.home_page.detail_card.unexecute'), value: 'Prepare'},
|
||||||
{text: this.$t('test_track.plan_view.pass'), value: 'Pass'},
|
{text: this.$t('test_track.plan_view.pass'), value: 'Pass'},
|
||||||
{text: this.$t('test_track.plan_view.failure'), value: 'Failure'},
|
{text: this.$t('test_track.plan_view.failure'), value: 'Failure'},
|
||||||
{text: this.$t('test_track.plan_view.blocking'), value: 'Blocking'},
|
{text: this.$t('test_track.plan_view.blocking'), value: 'Blocking'},
|
||||||
|
|
Loading…
Reference in New Issue