fix(消息通知): 去掉不支持的变量
--bug=1008989 --user=刘瑞斌 【消息中心】标签、用户ID、环境、协议等均为找到 https://www.tapd.cn/55049933/s/1102375
This commit is contained in:
parent
83f5687cc9
commit
9e371e2bf9
|
@ -296,10 +296,7 @@ export default {
|
|||
label: this.$t('api_test.environment.environment_group_id'),
|
||||
value: 'environmentGroupId',
|
||||
},
|
||||
{
|
||||
label: this.$t('report.plan_share_url'),
|
||||
value: 'planShareUrl',
|
||||
},
|
||||
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -282,10 +282,7 @@ export default {
|
|||
label:this.$t('api_test.definition.document.order'),
|
||||
value:'order',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
|
||||
],
|
||||
caseVariables: [
|
||||
{
|
||||
|
@ -364,10 +361,6 @@ export default {
|
|||
label:this.$t('api_test.definition.document.order'),
|
||||
value:'order',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -250,10 +250,6 @@ export default {
|
|||
label:this.$t('test_resource_pool.id'),
|
||||
value:'testResourcePoolId',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -250,19 +250,19 @@ export default {
|
|||
},
|
||||
{
|
||||
label:this.$t('project.id'),
|
||||
value:'projectId',
|
||||
value: 'projectId',
|
||||
},
|
||||
{
|
||||
label:this.$t('commons.execution_times'),
|
||||
value:'executionTimes',
|
||||
label: this.$t('commons.execution_times'),
|
||||
value: 'executionTimes',
|
||||
},
|
||||
{
|
||||
label:this.$t('test_track.automatic_status_update'),
|
||||
value:'automaticStatusUpdate',
|
||||
label: this.$t('test_track.automatic_status_update'),
|
||||
value: 'automaticStatusUpdate',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
label: this.$t('report.plan_share_url'),
|
||||
value: 'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
|
|
|
@ -242,10 +242,6 @@ export default {
|
|||
label:this.$t('commons.is_new'),
|
||||
value:'isNew',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue