添加自动移动文件的boo;

This commit is contained in:
SliverHorn
2020-11-07 11:04:54 +08:00
parent b4bad21e35
commit 261e34a5c2
2 changed files with 5 additions and 0 deletions

View File

@@ -63,6 +63,9 @@
<el-form-item label="自动创建api">
<el-checkbox v-model="form.autoCreateApiToSql"></el-checkbox>
</el-form-item>
<el-form-item label="自动移动文件">
<el-checkbox v-model="form.autoMoveFile"></el-checkbox>
</el-form-item>
</el-form>
<!-- 组件列表 -->
<div class="button-box clearflex">
@@ -165,6 +168,7 @@ export default {
abbreviation: "",
description: "",
autoCreateApiToSql: false,
autoMoveFile: false,
fields: []
},
rules: {