We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162b8df commit c47b3eeCopy full SHA for c47b3ee
web/src/view/systemTools/autoCode/index.vue
@@ -118,7 +118,7 @@
118
<!-- 组件列表 -->
119
<div class="button-box clearflex">
120
<el-button @click="enterForm(true)" type="primary">预览代码</el-button>
121
- <el-button @click="enterForm" type="primary">生成代码</el-button>
+ <el-button @click="enterForm(false)" type="primary">生成代码</el-button>
122
</div>
123
<!-- 组件弹窗 -->
124
<el-dialog title="组件内容" :visible.sync="dialogFlag">
0 commit comments