fix: 【ele】代码生成器表单优化

This commit is contained in:
puhui999
2025-06-07 12:50:57 +08:00
parent b28476d0c8
commit 7dced16ca6
3 changed files with 7 additions and 2 deletions

View File

@@ -131,11 +131,12 @@ getDetail();
v-for="(step, index) in steps"
:key="index"
:title="step.title"
class="cursor-pointer"
@click="() => (currentStep = index)"
/>
</ElSteps>
<div class="flex-1 overflow-auto py-4">
<!-- TODO @puhui999顶部的导航应该可以点击哈 -->
<!-- 根据当前步骤显示对应的组件 -->
<BasicInfo
v-show="currentStep === 0"