fix(接口自动化): 修复通知模版描述不准确的问题

--bug=1010466 --user=刘瑞斌 [消息通知]github#10796接口自动化消息通知模版中的执行时间字段翻译错误 https://www.tapd.cn/55049933/s/1107159

Closes #10796
This commit is contained in:
CaptainB 2022-02-22 10:32:13 +08:00 committed by 刘瑞斌
parent ed9b75b334
commit cdeea9e3a2
2 changed files with 58 additions and 58 deletions

View File

@ -60,7 +60,7 @@
</el-table-column> </el-table-column>
<el-table-column label="webhook" min-width="20%" prop="webhook"> <el-table-column label="webhook" min-width="20%" prop="webhook">
<template v-slot:default="scope"> <template v-slot:default="scope">
<el-input v-model="scope.row.webhook" size="mini" <el-input v-model="scope.row.webhook" size="mini"
:disabled="!scope.row.isSet||!scope.row.isReadOnly"></el-input> :disabled="!scope.row.isSet||!scope.row.isReadOnly"></el-input>
</template> </template>
</el-table-column> </el-table-column>
@ -183,116 +183,116 @@ export default {
], ],
variables: [ variables: [
{ {
label:this.$t('group.operator'), label: this.$t('group.operator'),
value:'operator', value: 'operator',
}, },
{ {
label:'id', label: 'id',
value:'id', value: 'id',
}, },
{ {
label:this.$t('load_test.report.url'), label: this.$t('load_test.report.url'),
value:'reportUrl', value: 'reportUrl',
}, },
{ {
label:this.$t('project.id'), label: this.$t('project.id'),
value:'projectId', value: 'projectId',
}, },
{ {
label:this.$t('commons.tag'), label: this.$t('commons.tag'),
value:'tags', value: 'tags',
}, },
{ {
label:this.$t('user.id'), label: this.$t('user.id'),
value:'userId', value: 'userId',
}, },
{ {
label:this.$t('api_test.scenario.module_id'), label: this.$t('api_test.scenario.module_id'),
value:'apiScenarioModuleId', value: 'apiScenarioModuleId',
}, },
{ {
label:this.$t('module.path'), label: this.$t('module.path'),
value:'modulePath', value: 'modulePath',
}, },
{ {
label:this.$t('commons.name'), label: this.$t('commons.name'),
value:'name', value: 'name',
}, },
{ {
label:this.$t('commons.level'), label: this.$t('commons.level'),
value:'level', value: 'level',
}, },
{ {
label:this.$t('commons.status'), label: this.$t('commons.status'),
value:'status', value: 'status',
}, },
{ {
label:this.$t('api_test.automation.scenario.principal'), label: this.$t('api_test.automation.scenario.principal'),
value:'principal', value: 'principal',
}, },
{ {
label:this.$t('api_test.automation.step_total'), label: this.$t('api_test.automation.step_total'),
value:'stepTotal', value: 'stepTotal',
}, },
{ {
label:this.$t('api_test.automation.schedule'), label: this.$t('api_test.automation.schedule'),
value:'schedule', value: 'schedule',
}, },
{ {
label:this.$t('commons.create_time'), label: this.$t('commons.create_time'),
value:'createTime', value: 'createTime',
}, },
{ {
label:this.$t('commons.update_time'), label: this.$t('commons.update_time'),
value:'updateTime', value: 'updateTime',
}, },
{ {
label:this.$t('test_track.pass_rate'), label: this.$t('test_track.pass_rate'),
value:'passRate', value: 'passRate',
}, },
{ {
label:this.$t('api_test.automation.last_result'), label: this.$t('api_test.automation.last_result'),
value:'lastResult', value: 'lastResult',
}, },
{ {
label:this.$t('report.id'), label: this.$t('report.id'),
value:'reportId', value: 'reportId',
}, },
{ {
label:this.$t('test_track.case.number'), label: this.$t('test_track.case.number'),
value:'num', value: 'num',
}, },
{ {
label:this.$t('commons.original_state'), label: this.$t('commons.original_state'),
value:'originalState', value: 'originalState',
}, },
{ {
label:this.$t('commons.custom_num'), label: this.$t('commons.custom_num'),
value:'customNum', value: 'customNum',
}, },
{ {
label:this.$t('commons.create_user'), label: this.$t('commons.create_user'),
value:'createUser', value: 'createUser',
}, },
{ {
label:this.$t('commons.version'), label: this.$t('commons.version'),
value:'version', value: 'version',
}, },
{ {
label:this.$t('commons.delete_time'), label: this.$t('commons.delete_time'),
value:'deleteTime', value: 'deleteTime',
}, },
{ {
label:this.$t('commons.delete_user_id'), label: this.$t('commons.delete_user_id'),
value:'deleteUserId', value: 'deleteUserId',
}, },
{ {
label:this.$t('test_track.plan.execute_time'), label: this.$t('commons.execution_times'),
value:'executeTimes', value: 'executeTimes',
}, },
{ {
label:this.$t('api_test.definition.document.order'), label: this.$t('api_test.definition.document.order'),
value:'order', value: 'order',
}, },
{ {
label: this.$t('api_test.environment.environment_type'), label: this.$t('api_test.environment.environment_type'),

View File

@ -279,7 +279,7 @@ export default {
value: 'deleteUserId', value: 'deleteUserId',
}, },
{ {
label: this.$t('test_track.plan.execute_time'), label: this.$t('commons.execution_times'),
value: 'executeTimes', value: 'executeTimes',
}, },
{ {