Skip to content

Commit

Permalink
Merge pull request #1201 from luofann/fix_mobile_custom_table
Browse files Browse the repository at this point in the history
fix: 修复移动端自定义表格文本显示错误
  • Loading branch information
luofann authored Sep 14, 2023
2 parents f9f5892 + 7cd182d commit 26a3829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{ 'has-children': form.children && form.children.length }
]"
@click="onInnerLinkClick">
<label>{{ form.label || '--' }}</label>
<label>{{ form.label }}</label>
<template v-if="type !== 'url'">
<span v-if="!Array.isArray(form.value)">{{ form.value }}</span>
<template v-else>
Expand Down

0 comments on commit 26a3829

Please sign in to comment.