fix(测试计划): 去掉测试计划通知模版中无用的值
--bug=1015727 --user=刘瑞斌 【测试计划】定时任务通知模板中变量名${executionTimes}没有删掉和测试用例匹配规则 ${testCaseMatchRule} 参数取不到值 https://www.tapd.cn/55049933/s/1224099
This commit is contained in:
parent
8a280a74db
commit
10bcfe1378
|
@ -101,14 +101,6 @@ export default {
|
|||
label:this.$t('test_track.plan.plan_stage'),
|
||||
value:'stage',
|
||||
},
|
||||
{
|
||||
label:this.$t('test_track.case.match_rule'),
|
||||
value:'testCaseMatchRule',
|
||||
},
|
||||
{
|
||||
label:this.$t('test_track.plan.plan_stage'),
|
||||
value:'executorMatchRule',
|
||||
},
|
||||
{
|
||||
label:this.$t('commons.create_time'),
|
||||
value:'createTime',
|
||||
|
@ -141,10 +133,6 @@ export default {
|
|||
label:this.$t('project.id'),
|
||||
value: 'projectId',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.execution_times'),
|
||||
value: 'executionTimes',
|
||||
},
|
||||
{
|
||||
label: this.$t('test_track.automatic_status_update'),
|
||||
value: 'automaticStatusUpdate',
|
||||
|
|
|
@ -103,14 +103,6 @@ export default {
|
|||
label: this.$t('test_track.plan.plan_stage'),
|
||||
value: 'stage',
|
||||
},
|
||||
{
|
||||
label: this.$t('test_track.case.match_rule'),
|
||||
value: 'testCaseMatchRule',
|
||||
},
|
||||
{
|
||||
label: this.$t('test_track.plan.plan_stage'),
|
||||
value: 'executorMatchRule',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.create_time'),
|
||||
value: 'createTime',
|
||||
|
@ -143,10 +135,6 @@ export default {
|
|||
label: this.$t('project.id'),
|
||||
value: 'projectId',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.execution_times'),
|
||||
value: 'executionTimes',
|
||||
},
|
||||
{
|
||||
label: this.$t('test_track.automatic_status_update'),
|
||||
value: 'automaticStatusUpdate',
|
||||
|
|
Loading…
Reference in New Issue