fix(定时任务): 创建文本显示

--user=郭雨琦 创建文本显示
This commit is contained in:
guoyuqi 2021-12-13 19:03:53 +08:00 committed by 刘瑞斌
parent 97a4d31184
commit 3a929fed29
4 changed files with 7 additions and 1 deletions

View File

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

View File

@ -961,6 +961,7 @@ export default {
LatencyChart: 'Latency',
BytesThroughputChart: 'Bytes',
Network: 'Network',
url:'URL'
},
},
api_test: {

View File

@ -968,6 +968,7 @@ export default {
LatencyChart: '延迟',
BytesThroughputChart: '字节数',
Network: '网络',
url:'路径'
},
project_file_update_type_error: '更新的文件类型必须一致',
},

View File

@ -965,6 +965,7 @@ export default {
LatencyChart: '延遲',
BytesThroughputChart: '字節數',
Network: '網絡',
url:'路徑',
},
project_file_update_type_error: '更新的文件類型必須一致',
},