-
管理控制台(PRD 5.3 / 5.4 / 8.1 / 9)
-
+
+
-
- {{ e.icon }}
- {{ e.title }}
- {{ e.desc }}
+
+
+ {{ 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
index 599db60..4a1684b 100644
--- 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
@@ -1,33 +1,51 @@
-
-
知识库管理(RAG / PRD 5.4)
-
-
-
- {{ record.indexed ? '已索引' : '待索引' }}
-
+
+
+
+ {{ row.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
index 42cceff..f5f1aba 100644
--- 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
@@ -1,7 +1,11 @@
-
-
模型管理(PRD 5.3 模板注册表)
-
-
-
- {{ record.stage }}
-
-
- 提升
- 回滚
-
+
+
+
+ {{ row.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
index 41898b2..45e617c 100644
--- 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
@@ -1,50 +1,70 @@
-
-
模型超参配置(PRD 5.3 超参包 JSON)
-
- {{ k }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GBDT
- DNN
- iForest
- LOF
-
-
- 保存超参包
-
-
-
超参包 JSON 实时预览
-
{{ json }}
+
+
+
+
+
超参包 JSON 实时预览
+
{{ preview || '提交表单后此处生成超参包 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
index c769258..7d86f32 100644
--- 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
@@ -1,13 +1,33 @@
-
-
点位字典导入(PRD 5.1)
-
- 选择 CSV 文件
-
-
+
+
+
+ 选择 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
index 69be87f..c2a1277 100644
--- 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
@@ -1,24 +1,47 @@
-
-
模板配置台(PRD 5.1 / 5.3 / 5.7)
-
+
+
-
- {{ e.icon }}
- {{ e.title }}
- {{ e.desc }}
+
+
+ {{ 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
index a2b634b..9dc91bd 100644
--- 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
@@ -1,7 +1,9 @@
-
-
驾驶舱布局编排(PRD 5.7)
-
-
-
组件库(点击↑↓调整顺序)
+
+
+
+
组件库(点击 ↑ ↓ 调整顺序)
- {{ c.title }}
+ {{ c.title }}
↑
↓
-
-
导出布局 JSON(由 B1 驾驶舱渲染)
-
{{ JSON.stringify({ widgets: components.value.filter(c => c.enabled) }, null, 2) }}
-
发布布局(版本发布见「版本发布」页)
+
+
导出布局 JSON(由驾驶舱渲染)
+
{{ layoutJson() }}
+
发布布局(版本发布见「版本发布」页)
-
+
+
+
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
index 2f2262e..42ab79d 100644
--- 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
@@ -1,38 +1,57 @@
-
-
模板版本发布(PRD 5.7 版本管理)
-
-
-
- {{ record.stage }}
-
+
+
+ 发布新版本
+
+
+
+ {{ row.stage }}
-
-
发布新版本
-
+
+