parent
97a4d31184
commit
3a929fed29
|
@ -190,7 +190,10 @@ export default {
|
||||||
label:'id',
|
label:'id',
|
||||||
value:'id',
|
value:'id',
|
||||||
},
|
},
|
||||||
'reportUrl',
|
{
|
||||||
|
label:this.$t('load_test.report.url'),
|
||||||
|
value:'reportUrl',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label:this.$t('project.id'),
|
label:this.$t('project.id'),
|
||||||
value:'projectId',
|
value:'projectId',
|
||||||
|
|
|
@ -961,6 +961,7 @@ export default {
|
||||||
LatencyChart: 'Latency',
|
LatencyChart: 'Latency',
|
||||||
BytesThroughputChart: 'Bytes',
|
BytesThroughputChart: 'Bytes',
|
||||||
Network: 'Network',
|
Network: 'Network',
|
||||||
|
url:'URL'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
api_test: {
|
api_test: {
|
||||||
|
|
|
@ -968,6 +968,7 @@ export default {
|
||||||
LatencyChart: '延迟',
|
LatencyChart: '延迟',
|
||||||
BytesThroughputChart: '字节数',
|
BytesThroughputChart: '字节数',
|
||||||
Network: '网络',
|
Network: '网络',
|
||||||
|
url:'路径'
|
||||||
},
|
},
|
||||||
project_file_update_type_error: '更新的文件类型必须一致',
|
project_file_update_type_error: '更新的文件类型必须一致',
|
||||||
},
|
},
|
||||||
|
|
|
@ -965,6 +965,7 @@ export default {
|
||||||
LatencyChart: '延遲',
|
LatencyChart: '延遲',
|
||||||
BytesThroughputChart: '字節數',
|
BytesThroughputChart: '字節數',
|
||||||
Network: '網絡',
|
Network: '網絡',
|
||||||
|
url:'路徑',
|
||||||
},
|
},
|
||||||
project_file_update_type_error: '更新的文件類型必須一致',
|
project_file_update_type_error: '更新的文件類型必須一致',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue