更新下班
This commit is contained in:
@ -8,13 +8,12 @@
|
||||
label-position="right"
|
||||
>
|
||||
<el-form-item
|
||||
:class="myClass"
|
||||
v-for="item in props.formList"
|
||||
v-for="(item,idx) in props.formList"
|
||||
:style="item.width && { width: item.width }"
|
||||
:prop="item.prop"
|
||||
:label="item.label"
|
||||
:label-width="item.labelWidth"
|
||||
:key="item"
|
||||
:key="idx"
|
||||
>
|
||||
<!-- input表单 input-->
|
||||
<MOSTY.Other
|
||||
|
Reference in New Issue
Block a user