fix(项目管理): 项目设置-消息设置-模板字段调整
--bug=1030868 --user=王旭 【UI测试】场景定时任务-模版参数和需求不一致 https://www.tapd.cn/55049933/s/1427253
This commit is contained in:
parent
0ab0b89f55
commit
68ecf04503
|
@ -3548,6 +3548,11 @@ const message = {
|
|||
environment_type: "Environment type",
|
||||
environment_json: "Environment json",
|
||||
environment_group_id: "Environment group ID",
|
||||
id: "ID",
|
||||
name: "Name",
|
||||
level: "Level",
|
||||
status: "Status",
|
||||
delete_user: "Delete user",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -3420,6 +3420,11 @@ const message = {
|
|||
environment_type: "环境类型",
|
||||
environment_json: "环境配置",
|
||||
environment_group_id: "环境组ID",
|
||||
id: "场景ID",
|
||||
name: "场景名称",
|
||||
level: "场景等级",
|
||||
status: "场景状态",
|
||||
delete_user: "删除人",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -3420,6 +3420,11 @@ const message = {
|
|||
environment_type: "環境類型",
|
||||
environment_json: "環境配置",
|
||||
environment_group_id: "環境組ID",
|
||||
id: "場景ID",
|
||||
name: "場景名稱",
|
||||
level: "場景等級",
|
||||
status: "場景狀態",
|
||||
delete_user: "刪除人",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -99,15 +99,19 @@ export default {
|
|||
value: 'modulePath',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.name'),
|
||||
label: this.$t('ui.automation.scenario.id'),
|
||||
value: 'id',
|
||||
},
|
||||
{
|
||||
label: this.$t('ui.automation.scenario.name'),
|
||||
value: 'name',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.level'),
|
||||
label: this.$t('ui.automation.scenario.level'),
|
||||
value: 'level',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.status'),
|
||||
label: this.$t('ui.automation.scenario.status'),
|
||||
value: 'status',
|
||||
},
|
||||
{
|
||||
|
@ -146,6 +150,10 @@ export default {
|
|||
label: this.$t('commons.delete_time'),
|
||||
value: 'deleteTime',
|
||||
},
|
||||
{
|
||||
label: this.$t('ui.automation.scenario.delete_user'),
|
||||
value: 'deleteUser',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.delete_user_id'),
|
||||
value: 'deleteUserId',
|
||||
|
|
Loading…
Reference in New Issue