新增设计文档

This commit is contained in:
yubaolee
2018-03-22 17:33:12 +08:00
parent 9edd6930b4
commit 6dea67862a
19 changed files with 172 additions and 1095 deletions

View File

@@ -18,7 +18,7 @@
<th lay-data="{field:'Name', width:150}">表单名称</th>
<th lay-data="{field:'Fields', width:150}">字段个数</th>
<th lay-data="{field:'ContentData', width:150}">表单中的字段数据</th>
<th lay-data="{field:'FrmDbId', width:150}">关联的数据库</th>
<th lay-data="{field:'DbName', width:150}">关联的数据库</th>
<th lay-data="{field:'Enabled', width:150}">有效</th>
<th lay-data="{field:'Description', width:150}">备注</th>
<th lay-data="{field:'CreateDate', width:150}">创建时间</th>
@@ -57,7 +57,7 @@
<div class="layui-form-item">
<label class="layui-form-label">关联数据表名称【英文】</label>
<div class="layui-input-block">
<input type="text" name="FrmDbId" v-model="FrmDbId" required lay-verify="required"
<input type="text" name="DbName" v-model="DbName" required lay-verify="required"
placeholder="关联数据表名称" autocomplete="off" class="layui-input">
</div>
</div>