fix(项目设置): 消息通知模板字段统一
--bug=1030868 --user=王旭 【UI测试】场景定时任务-模版参数和需求不一致 https://www.tapd.cn/55049933/s/1422706
This commit is contained in:
parent
0a7cc79664
commit
0228b0e021
|
@ -78,14 +78,6 @@ export default {
|
||||||
label: this.$t('group.operator'),
|
label: this.$t('group.operator'),
|
||||||
value: 'operator',
|
value: 'operator',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'id',
|
|
||||||
value: 'id',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: this.$t('load_test.report.url'),
|
|
||||||
value: 'reportUrl',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: this.$t('project.id'),
|
label: this.$t('project.id'),
|
||||||
value: 'projectId',
|
value: 'projectId',
|
||||||
|
@ -130,10 +122,6 @@ export default {
|
||||||
label: this.$t('ui.automation.scenario.step_total'),
|
label: this.$t('ui.automation.scenario.step_total'),
|
||||||
value: 'stepTotal',
|
value: 'stepTotal',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: this.$t('ui.automation.scenario.schedule'),
|
|
||||||
value: 'schedule',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: this.$t('commons.create_time'),
|
label: this.$t('commons.create_time'),
|
||||||
value: 'createTime',
|
value: 'createTime',
|
||||||
|
@ -150,22 +138,6 @@ export default {
|
||||||
label: this.$t('ui.automation.scenario.last_result'),
|
label: this.$t('ui.automation.scenario.last_result'),
|
||||||
value: 'lastResult',
|
value: 'lastResult',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: this.$t('report.id'),
|
|
||||||
value: 'reportId',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: this.$t('test_track.case.number'),
|
|
||||||
value: 'num',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: this.$t('commons.original_state'),
|
|
||||||
value: 'originalState',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: this.$t('commons.custom_num'),
|
|
||||||
value: 'customNum',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: this.$t('commons.create_user'),
|
label: this.$t('commons.create_user'),
|
||||||
value: 'createUser',
|
value: 'createUser',
|
||||||
|
@ -179,22 +151,8 @@ export default {
|
||||||
value: 'deleteUserId',
|
value: 'deleteUserId',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: this.$t('commons.execution_times'),
|
|
||||||
value: 'executeTimes',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: this.$t('ui.automation.scenario.order'),
|
|
||||||
value: 'order',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: this.$t('ui.automation.scenario.environment_type'),
|
|
||||||
value: 'environmentType',
|
|
||||||
}, {
|
|
||||||
label: this.$t('ui.automation.scenario.environment_json'),
|
label: this.$t('ui.automation.scenario.environment_json'),
|
||||||
value: 'environmentJson',
|
value: 'environmentJson',
|
||||||
}, {
|
|
||||||
label: this.$t('ui.automation.scenario.environment_group_id'),
|
|
||||||
value: 'environmentGroupId',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue