mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 20:13:32 +08:00
新增设计文档
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user