| | |
| | | > |
| | | <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> |
| | |
| | | const data = { |
| | | total: { |
| | | title: '总计', |
| | | |
| | | figure: totalNum.toString(), // 动态计算总数 |
| | | }, |
| | | data: val.map(item => ({ |
| | |
| | | // 使用 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', // 禁用省略号 |
| | |
| | | lineStyle: { |
| | | cap: 'round', |
| | | }, |
| | | minTurnAngle: 45, // 防止小角度重叠 |
| | | }, |
| | | data: data.data, |
| | | }, |