|
@@ -515,7 +515,8 @@ const updateWnumsAlgorithmModelTrack = async () => {
|
|
|
|
|
|
for (const item of result.data) {
|
|
for (const item of result.data) {
|
|
if (SubSystem[item['subsystem']] === '目标检测') {
|
|
if (SubSystem[item['subsystem']] === '目标检测') {
|
|
- item['label'] = item['label'] + '-' + SubSystem[item['subsystem']] + '-' + AlgorithmType[item['type']] + '-' + item['algorithmName']
|
|
|
|
|
|
+ item['label'] =
|
|
|
|
+ item.value + '_' + item['label'] + '-' + SubSystem[item['subsystem']] + '-' + AlgorithmType[item['type']] + '-' + item['algorithmName']
|
|
enumsAlgorithmModelTrack.value.push(item)
|
|
enumsAlgorithmModelTrack.value.push(item)
|
|
}
|
|
}
|
|
}
|
|
}
|