fix(消息模板): 统一消息通知模板和变量(系统设置、定时任务)

--bug=1006034 --user=郭雨琦 统一消息通知模板和变量(系统设置、定时任务)
This commit is contained in:
guoyuqi 2022-03-15 14:36:54 +08:00 committed by xiaomeinvG
parent 8dff3c9c75
commit 9f1e7334c5
2 changed files with 5 additions and 1 deletions

View File

@ -186,6 +186,10 @@ export default {
label: 'id',
value: 'id',
},
{
label: this.$t('load_test.report.url'),
value: 'reportUrl',
},
{
label: this.$t('project.id'),
value: 'projectId',

View File

@ -268,7 +268,7 @@ export default {
label: this.$t('report.plan_share_url'),
value: 'planShareUrl',
},
]
],
};
},
activated() {