Polish AI confirmation panel copy
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user