fix: 【ele】代码生成器表单优化
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user