parent
97a4d31184
commit
3a929fed29
|
@ -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',
|
||||
|
|
|
@ -961,6 +961,7 @@ export default {
|
|||
LatencyChart: 'Latency',
|
||||
BytesThroughputChart: 'Bytes',
|
||||
Network: 'Network',
|
||||
url:'URL'
|
||||
},
|
||||
},
|
||||
api_test: {
|
||||
|
|
|
@ -968,6 +968,7 @@ export default {
|
|||
LatencyChart: '延迟',
|
||||
BytesThroughputChart: '字节数',
|
||||
Network: '网络',
|
||||
url:'路径'
|
||||
},
|
||||
project_file_update_type_error: '更新的文件类型必须一致',
|
||||
},
|
||||
|
|
|
@ -965,6 +965,7 @@ export default {
|
|||
LatencyChart: '延遲',
|
||||
BytesThroughputChart: '字節數',
|
||||
Network: '網絡',
|
||||
url:'路徑',
|
||||
},
|
||||
project_file_update_type_error: '更新的文件類型必須一致',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue