fix: 修复部分变量问题
--bug=1008990 --user=刘瑞斌 【消息通知】变量显示问题汇总 https://www.tapd.cn/55049933/s/1089497
This commit is contained in:
parent
08818f55ff
commit
d5cf72dc83
|
@ -190,42 +190,6 @@ export default {
|
||||||
label: this.$t('commons.name'),
|
label: this.$t('commons.name'),
|
||||||
value: 'name',
|
value: 'name',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label:this.$t('api_test.request.method'),
|
|
||||||
value:'method',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('api_test.request.dubbo.protocol'),
|
|
||||||
value:'protocol',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('api_test.request.path'),
|
|
||||||
value:'path',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('module.path'),
|
|
||||||
value:'modulePath',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('api_test.environment.id'),
|
|
||||||
value:'environmentId',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('api_test.automation.schedule'),
|
|
||||||
value:'schedule',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('commons.status'),
|
|
||||||
value:'status',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('test_track.module.id'),
|
|
||||||
value:'moduleId',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('user.id'),
|
|
||||||
value:'userId',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: this.$t('commons.create_time'),
|
label: this.$t('commons.create_time'),
|
||||||
value: 'createTime',
|
value: 'createTime',
|
||||||
|
@ -235,49 +199,41 @@ export default {
|
||||||
value: 'updateTime',
|
value: 'updateTime',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('test_track.case.number'),
|
label: this.$t('commons.status'),
|
||||||
value:'num',
|
value: 'status',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('commons.tag'),
|
label: this.$t('user.id'),
|
||||||
value:'tags',
|
value: 'userId',
|
||||||
},
|
|
||||||
{
|
|
||||||
label:this.$t('commons.original_state'),
|
|
||||||
value:'originalState',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: this.$t('commons.create_user'),
|
label: this.$t('commons.create_user'),
|
||||||
value: 'createUser',
|
value: 'createUser',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('test_track.case.total'),
|
label: this.$t('commons.trigger_mode.name'),
|
||||||
value:'caseTotal',
|
value: 'triggerMode',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('test_track.case.status'),
|
label: this.$t('api_test.automation.scenario_name'),
|
||||||
value:'caseStatus',
|
value: 'scenarioName',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('test_track.case.passing_rate'),
|
label: this.$t('api_test.scenario.id'),
|
||||||
value:'casePassingRate',
|
value: 'scenarioId',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('commons.delete_time'),
|
label: this.$t('commons.actuator'),
|
||||||
value:'deleteTime',
|
value: 'actuator',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('commons.delete_user_id'),
|
label: this.$t('commons.description'),
|
||||||
value:'deleteUserId',
|
value: 'description',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('api_test.definition.document.order'),
|
label: this.$t('report.test_end_time'),
|
||||||
value:'order',
|
value: 'endTime',
|
||||||
},
|
}
|
||||||
{
|
|
||||||
label:this.$t('report.plan_share_url'),
|
|
||||||
value:'planShareUrl',
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue