Commit a6b706cc authored by 王康's avatar 王康

form

parent 98099901
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<div class="app-container documentation-container"> <div class="app-container documentation-container">
<!--v-loading="Loading"--> <!--v-loading="Loading"-->
<el-row type="flex" class="hm-form" style="margin-top: 20px" > <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> <div></div>
</el-col> </el-col>
<el-col :span="layout.middle"> <el-col :span="layout ? layout.middle : 12">
<div> <div>
<!--表单部分--> <!--表单部分-->
<el-form ref="form" <el-form ref="form"
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</el-form> </el-form>
</div> </div>
</el-col> </el-col>
<el-col :span="layout.right"> <el-col :span="layout ? layout.left : 6">
<div></div> <div></div>
</el-col> </el-col>
</el-row> </el-row>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
:columns="showUserColumns" :columns="showUserColumns"
:buttons="showUserButtons" :buttons="showUserButtons"
:layout="layout" :layout="layout"
> :tableId="tableId">
</hm-complex-form> </hm-complex-form>
</div> </div>
</template> </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