Commit a6b706cc authored by 王康's avatar 王康

form

parent 98099901
......@@ -2,10 +2,10 @@
<div class="app-container documentation-container">
<!--v-loading="Loading"-->
<el-row type="flex" class="hm-form" style="margin-top: 20px" >
<el-col :span="layout.left">
<el-col :span="layout ? layout.left : 6">
<div></div>
</el-col>
<el-col :span="layout.middle">
<el-col :span="layout ? layout.middle : 12">
<div>
<!--表单部分-->
<el-form ref="form"
......@@ -89,7 +89,7 @@
</el-form>
</div>
</el-col>
<el-col :span="layout.right">
<el-col :span="layout ? layout.left : 6">
<div></div>
</el-col>
</el-row>
......
......@@ -4,7 +4,7 @@
:columns="showUserColumns"
:buttons="showUserButtons"
:layout="layout"
>
:tableId="tableId">
</hm-complex-form>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment