(修复)修复问题单无法显示null的问题
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
:custom-field="props.customField"
|
||||
>
|
||||
<slot :name="`form-${props.component.dataIndex}`" v-bind="props.component">
|
||||
<!-- chen.xiugai-warning -->
|
||||
<component
|
||||
:is="getComponentName()"
|
||||
v-model="value"
|
||||
v-model.trim="value"
|
||||
:size="props.component.size"
|
||||
:allow-clear="props.component.allowClear ?? true"
|
||||
:disabled="props.component.disabled"
|
||||
|
||||
Reference in New Issue
Block a user