fix(消息模板): 统一消息通知模板和变量(系统设置、定时任务)
--bug=1006034 --user=郭雨琦 统一消息通知模板和变量(系统设置、定时任务)
This commit is contained in:
parent
8dff3c9c75
commit
9f1e7334c5
|
@ -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',
|
||||
|
|
|
@ -268,7 +268,7 @@ export default {
|
|||
label: this.$t('report.plan_share_url'),
|
||||
value: 'planShareUrl',
|
||||
},
|
||||
]
|
||||
],
|
||||
};
|
||||
},
|
||||
activated() {
|
||||
|
|
Loading…
Reference in New Issue