fix(项目设置): 消息通知模板字段统一

--bug=1030868 --user=王旭 【UI测试】场景定时任务-模版参数和需求不一致 https://www.tapd.cn/55049933/s/1422706
This commit is contained in:
WangXu10 2023-10-08 10:43:28 +08:00 committed by 刘瑞斌
parent 0a7cc79664
commit 0228b0e021
1 changed files with 0 additions and 42 deletions

View File

@ -78,14 +78,6 @@ export default {
label: this.$t('group.operator'),
value: 'operator',
},
{
label: 'id',
value: 'id',
},
{
label: this.$t('load_test.report.url'),
value: 'reportUrl',
},
{
label: this.$t('project.id'),
value: 'projectId',
@ -130,10 +122,6 @@ export default {
label: this.$t('ui.automation.scenario.step_total'),
value: 'stepTotal',
},
{
label: this.$t('ui.automation.scenario.schedule'),
value: 'schedule',
},
{
label: this.$t('commons.create_time'),
value: 'createTime',
@ -150,22 +138,6 @@ export default {
label: this.$t('ui.automation.scenario.last_result'),
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'),
value: 'createUser',
@ -179,22 +151,8 @@ export default {
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'),
value: 'environmentJson',
}, {
label: this.$t('ui.automation.scenario.environment_group_id'),
value: 'environmentGroupId',
},
]