wip: coding

This commit is contained in:
kailong321200875
2022-06-23 22:37:49 +08:00
parent cf738b8701
commit f4c940d95e
15 changed files with 202 additions and 27 deletions

View File

@@ -219,7 +219,7 @@ export default defineComponent({
const { autoSetPlaceholder } = unref(getProps)
return slots[item.field] ? (
getSlot(slots, item.field, { item })
getSlot(slots, item.field, formModel.value)
) : (
<Com
vModel={formModel.value[item.field]}
@@ -293,7 +293,7 @@ export default defineComponent({
<style lang="less" scoped>
.@{elNamespace}-form.@{namespace}-form .@{elNamespace}-row {
margin-left: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
</style>