无人机管理后台前端(已迁走)
张含笑
2025-09-23 aa6f682fdb9d789c239296c5551240a20894a5f6
src/views/algorithmMange/algorithmMange.vue
@@ -30,7 +30,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>
@@ -38,7 +38,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>