提交 346360b2 编写于 作者: S suzigang

fix(table): 修复 小程序环境下 自定义内容样式问题

上级 ef398159
......@@ -24,8 +24,8 @@
v-for="value in Object.keys(item)"
:key="value"
>
{{ typeof item[value] !== 'function' ? item[value] : '' }}
<RenderColumn :slots="item[value]" v-if="typeof item[value] === 'function'"></RenderColumn>
<view v-else> {{ item[value] }} </view>
</span>
</view>
</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册