diff --git a/src/admin/problem/detail.vue b/src/admin/problem/detail.vue
index fd9429e..5f0258e 100644
--- a/src/admin/problem/detail.vue
+++ b/src/admin/problem/detail.vue
@@ -202,6 +202,9 @@ watch(
if (problem.value.ast_rules) {
problem.value.ast_rules = null
}
+ // 流程图依赖 Python 答案生成,对 SQL 没有意义
+ problem.value.allow_flowchart = false
+ problem.value.show_flowchart = false
} else if (problem.value.sql_config) {
problem.value.sql_config = null
}
@@ -844,48 +847,50 @@ watch(
/>
-
+
+
- 流程图区域
+ 流程图区域
-
-
-
-
- AI 生成
-
-
-
-
-
-
-
-
-
+
+
+
+
+ AI 生成
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
提交