Skip to content

Commit

Permalink
fix: 字段映射为常量,预览这里没有渲染成功 --bug=138312067
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasikeai committed Feb 20, 2025
1 parent ba95c4e commit 57372bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
:description="subItem.description"
:label="subItem.display_name"
:label-width="labelWidth">
{{ t('以实际内容为准') }}
{{ subItem.map_config?.target_value || t('以实际内容为准') }}
</render-info-item>
</render-info-block>
</template>
Expand Down

0 comments on commit 57372bd

Please sign in to comment.