增加了自动添加api入库选项 修改了某些已知的bug

This commit is contained in:
QM303176530
2020-05-03 21:55:14 +08:00
parent 9510177350
commit 6d53a47b59
2 changed files with 6 additions and 2 deletions

View File

@@ -11,6 +11,9 @@
<el-form-item label="文件名称" prop="packageName">
<el-input v-model="form.packageName"></el-input>
</el-form-item>
<el-form-item label="自行创建api入库">
<el-checkbox v-model="form.autoCreateApiToSql">自动创建api</el-checkbox>
</el-form-item>
</el-form>
<!-- 组件列表 -->
<div class="button-box clearflex">
@@ -30,7 +33,7 @@
width="280">
</el-table-column>
<el-table-column
type="fieldDesc"
prop="fieldDesc"
label="中文名"
width="280">
</el-table-column>
@@ -97,6 +100,7 @@ export default {
structName:"",
packageName:"",
abbreviation:"",
autoCreateApiToSql:false,
fields:[]
},
rules:{