diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/alerts.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/alerts.vue new file mode 100644 index 0000000..d3526d6 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/alerts.vue @@ -0,0 +1,50 @@ + + + + + 告警确认(PRD 8.1 Alert 状态机) + + + + {{ record.severity }} + + + {{ record.status }} + + + LLM 解释 + 确认 + + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/audit.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/audit.vue new file mode 100644 index 0000000..47cc329 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/audit.vue @@ -0,0 +1,38 @@ + + + + + 审计查询(PRD 9 安全-数据) + + + + + {{ record.result }} + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/index.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/index.vue new file mode 100644 index 0000000..5d2dd5b --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/index.vue @@ -0,0 +1,24 @@ + + + + + 管理控制台(PRD 5.3 / 5.4 / 8.1 / 9) + + + + {{ e.icon }} + {{ e.title }} + {{ e.desc }} + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/kb.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/kb.vue new file mode 100644 index 0000000..0c21738 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/kb.vue @@ -0,0 +1,33 @@ + + + + + 知识库管理(RAG / PRD 5.4) + + + + {{ record.indexed ? '已索引' : '待索引' }} + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/models.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/models.vue new file mode 100644 index 0000000..42cceff --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/models.vue @@ -0,0 +1,38 @@ + + + + + 模型管理(PRD 5.3 模板注册表) + + + + {{ record.stage }} + + + 提升 + 回滚 + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue new file mode 100644 index 0000000..41898b2 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue @@ -0,0 +1,50 @@ + + + + + 模型超参配置(PRD 5.3 超参包 JSON) + + {{ k }} + + + + + + + + + + + + + + + + + GBDT + DNN + iForest + LOF + + + 保存超参包 + + + 超参包 JSON 实时预览 + {{ json }} + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/import.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/import.vue new file mode 100644 index 0000000..c769258 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/import.vue @@ -0,0 +1,52 @@ + + + + + 点位字典导入(PRD 5.1) + + 选择 CSV 文件 + + {{ fileName }} + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/index.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/index.vue new file mode 100644 index 0000000..69be87f --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/index.vue @@ -0,0 +1,24 @@ + + + + + 模板配置台(PRD 5.1 / 5.3 / 5.7) + + + + {{ e.icon }} + {{ e.title }} + {{ e.desc }} + + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue new file mode 100644 index 0000000..a2b634b --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue @@ -0,0 +1,48 @@ + + + + + 驾驶舱布局编排(PRD 5.7) + + + 组件库(点击↑↓调整顺序) + + + + {{ c.title }} + ↑ + ↓ + + + + + 导出布局 JSON(由 B1 驾驶舱渲染) + {{ JSON.stringify({ widgets: components.value.filter(c => c.enabled) }, null, 2) }} + 发布布局(版本发布见「版本发布」页) + + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/version.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/version.vue new file mode 100644 index 0000000..2f2262e --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/version.vue @@ -0,0 +1,38 @@ + + + + + 模板版本发布(PRD 5.7 版本管理) + + + + {{ record.stage }} + + + + 发布新版本 + +
{{ json }}
{{ JSON.stringify({ widgets: components.value.filter(c => c.enabled) }, null, 2) }}