feat(iit): Implement event-level QC architecture V3.1 with dynamic rule filtering, report deduplication and AI intent enhancement
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -42,6 +42,7 @@ import {
|
||||
BookOutlined,
|
||||
ThunderboltOutlined,
|
||||
BarChartOutlined,
|
||||
DashboardOutlined,
|
||||
} from '@ant-design/icons';
|
||||
import * as iitProjectApi from '../api/iitProjectApi';
|
||||
import type {
|
||||
@@ -183,8 +184,16 @@ const IitProjectDetailPage: React.FC = () => {
|
||||
</Space>
|
||||
{/* ⭐ 批量操作按钮 */}
|
||||
<Space>
|
||||
{/* ⭐ 质控全览图按钮 - 导航到驾驶舱页面 */}
|
||||
<Button
|
||||
type="primary"
|
||||
icon={<DashboardOutlined />}
|
||||
onClick={() => navigate(`/admin/iit-projects/${id}/cockpit`)}
|
||||
style={{ background: '#722ed1' }}
|
||||
>
|
||||
质控全览图
|
||||
</Button>
|
||||
<Button
|
||||
icon={<ThunderboltOutlined />}
|
||||
loading={batchQcLoading}
|
||||
onClick={handleBatchQc}
|
||||
|
||||
Reference in New Issue
Block a user