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.
2 parents c13acf6 + 7431457 commit 8ce6c76Copy full SHA for 8ce6c76
web/src/view/systemTools/autoCode/index.vue
@@ -66,15 +66,15 @@
66
<div> 自动创建API </div>
67
</el-tooltip>
68
</template>
69
- <el-checkbox v-model="form.autoCreateApiToSql" />
+ <el-checkbox v-model="form.autoCreateApiToSql" />
70
</el-form-item>
71
<el-form-item>
72
- <template slot="label">
73
- <el-tooltip content="注:自动迁移生成的文件到ymal配置的对应位置" placement="bottom" effect="light">
+ <template slot="label">
+ <el-tooltip content="注:自动迁移生成的文件到ymal配置的对应位置" placement="bottom" effect="light">
74
<div> 自动移动文件 </div>
75
76
77
- <el-checkbox v-model="form.autoMoveFile" />
+ <el-checkbox v-model="form.autoMoveFile" />
78
79
</el-form>
80
<!-- 组件列表 -->
0 commit comments