更新下班

This commit is contained in:
2025-07-07 19:47:22 +08:00
parent 105da72904
commit f25fc6ef15
8 changed files with 124 additions and 1214 deletions

View File

@ -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