无人机管理后台前端(已迁走)
张含笑
2025-06-03 52c912188e8f89d46e2519c15f0cc9d858fc37d0
feat:AI复核
2 files modified
6 ■■■■■ changed files
src/views/tickets/ticket.vue 2 ●●● patch | view | raw | blame | history
src/views/wel/index.vue 4 ●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -815,7 +815,7 @@
    >
      <div class="dialog-footer">
        <el-button type="primary" @click="reCheckConfirm(1)">人工复核</el-button>
        <el-button type="primary" @click="reCheckConfirm(2)">机器复核</el-button>
        <el-button type="primary" @click="reCheckConfirm(2)">AI复核</el-button>
      </div>
    </el-dialog>
  </basic-container>
src/views/wel/index.vue
@@ -212,7 +212,6 @@
  const data = {
    total: {
      title: '总计',
      figure: totalNum.toString(), // 动态计算总数
    },
    data: val.map(item => ({
@@ -274,6 +273,8 @@
            // 使用 b 样式标记包裹百分比数值
            return `{a|${params.name}}: {b|${params.data.rate}%}`;
          },
        fontSize: isSmallScreen ? '0.8rem' : '1.2rem',
         position: isSmallScreen ? 'outer' : 'outer',
          alignTo: 'labelLine',
          overflow: 'truncate',
           overflow: 'none', // 禁用省略号
@@ -297,6 +298,7 @@
          lineStyle: {
            cap: 'round',
          },
          minTurnAngle: 45, // 防止小角度重叠
        },
        data: data.data,
      },