Polish AI confirmation panel copy

This commit is contained in:
2026-06-10 00:04:35 +08:00
parent 09c014754e
commit 7bc38e0ae2
2 changed files with 2 additions and 2 deletions
@@ -272,7 +272,7 @@ defineExpose({ getData, setData });
<div v-else-if="currentStep === 1" class="space-y-3">
<div class="text-sm text-muted-foreground">
轻量版保留 AI 生成的数据表结构确认不加载在线开发表设计器
确认 AI 生成的数据表结构保存后将作为后续表单和列表配置的数据基础
</div>
<ElInput
:model-value="JSON.stringify(tableConfigs, null, 2)"
@@ -174,7 +174,7 @@ defineExpose({ getData, setData });
/>
<div v-else-if="currentStep === 1" class="h-full min-h-[460px]">
<div class="mb-3 text-sm text-muted-foreground">
轻量版保留 AI 生成页面配置确认不加载大屏可视化设计器
确认 AI 生成页面配置保存后将作为仪表盘发布和菜单挂载的数据基础
</div>
<ElInput
v-model="pageConfigText"