fix(消息通知): 去掉不支持的变量

--bug=1008989 --user=刘瑞斌 【消息中心】标签、用户ID、环境、协议等均为找到 https://www.tapd.cn/55049933/s/1102375
This commit is contained in:
CaptainB 2022-02-09 17:15:56 +08:00 committed by 刘瑞斌
parent 83f5687cc9
commit 9e371e2bf9
5 changed files with 9 additions and 27 deletions

View File

@ -296,10 +296,7 @@ export default {
label: this.$t('api_test.environment.environment_group_id'), label: this.$t('api_test.environment.environment_group_id'),
value: 'environmentGroupId', value: 'environmentGroupId',
}, },
{
label: this.$t('report.plan_share_url'),
value: 'planShareUrl',
},
] ]
}; };
}, },

View File

@ -282,10 +282,7 @@ export default {
label:this.$t('api_test.definition.document.order'), label:this.$t('api_test.definition.document.order'),
value:'order', value:'order',
}, },
{
label:this.$t('report.plan_share_url'),
value:'planShareUrl',
},
], ],
caseVariables: [ caseVariables: [
{ {
@ -364,10 +361,6 @@ export default {
label:this.$t('api_test.definition.document.order'), label:this.$t('api_test.definition.document.order'),
value:'order', value:'order',
}, },
{
label:this.$t('report.plan_share_url'),
value:'planShareUrl',
},
] ]
}; };
}, },

View File

@ -250,10 +250,6 @@ export default {
label:this.$t('test_resource_pool.id'), label:this.$t('test_resource_pool.id'),
value:'testResourcePoolId', value:'testResourcePoolId',
}, },
{
label:this.$t('report.plan_share_url'),
value:'planShareUrl',
},
] ]
}; };
}, },

View File

@ -250,19 +250,19 @@ export default {
}, },
{ {
label:this.$t('project.id'), label:this.$t('project.id'),
value:'projectId', value: 'projectId',
}, },
{ {
label:this.$t('commons.execution_times'), label: this.$t('commons.execution_times'),
value:'executionTimes', value: 'executionTimes',
}, },
{ {
label:this.$t('test_track.automatic_status_update'), label: this.$t('test_track.automatic_status_update'),
value:'automaticStatusUpdate', value: 'automaticStatusUpdate',
}, },
{ {
label:this.$t('report.plan_share_url'), label: this.$t('report.plan_share_url'),
value:'planShareUrl', value: 'planShareUrl',
}, },
] ]
}; };

View File

@ -242,10 +242,6 @@ export default {
label:this.$t('commons.is_new'), label:this.$t('commons.is_new'),
value:'isNew', value:'isNew',
}, },
{
label:this.$t('report.plan_share_url'),
value:'planShareUrl',
},
] ]
}; };
}, },