EntityProperty
EntityProperty
组件用来展示实体属性的值。可以根据属性的类型自动应用展示格式,并能从全局消息包(在后台定义)获取文本为属性添加相应的标签。
<EntityProperty entityName={Pet.NAME}
propertyName='birthDate'
value={pet.birthDate}/>
API: EntityPropertyProps.
EntityProperty
组件用来展示实体属性的值。可以根据属性的类型自动应用展示格式,并能从全局消息包(在后台定义)获取文本为属性添加相应的标签。
<EntityProperty entityName={Pet.NAME}
propertyName='birthDate'
value={pet.birthDate}/>
API: EntityPropertyProps.