From 8bfd657326eb9d4bd9b63920cfe3bd362cea4445 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 10 Oct 2025 20:59:07 +0800
Subject: [PATCH] Merge branch 'feature/v6.0/6.0.4' into prod
---
src/views/algorithmMange/algorithmMange.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/algorithmMange/algorithmMange.vue b/src/views/algorithmMange/algorithmMange.vue
index ad758ca..4b6d2c8 100644
--- a/src/views/algorithmMange/algorithmMange.vue
+++ b/src/views/algorithmMange/algorithmMange.vue
@@ -27,7 +27,7 @@
<el-table-column prop="alg_type" label="算法类型" align="center"></el-table-column>
<el-table-column prop="qua_rate" label="最低准确率" align="center">
<template #header>
- <el-tooltip placement="bottom" effect="light" content="AI识别率高于最低准确率时会生成待审核状态的事件">
+ <el-tooltip placement="top" effect="dark" content="AI识别率高于最低准确率时会生成待审核状态的事件">
<el-icon><QuestionFilled /></el-icon>
</el-tooltip>
<span>最低准确率</span>
@@ -35,7 +35,7 @@
</el-table-column>
<el-table-column prop="pass_rate" label="最高准确率" align="center">
<template #header>
- <el-tooltip placement="bottom" effect="light" content="AI识别率高于最高准确率时会生成待处理状态的事件">
+ <el-tooltip placement="top" effect="dark" content="AI识别率高于最高准确率时会生成待处理状态的事件">
<el-icon><QuestionFilled /></el-icon>
</el-tooltip>
<span>最高准确率</span>
--
Gitblit v1.9.3