字段显示的问题
未命名
这个人很懒,什么都没有留下。
未命名
2022-10-18 11:13:52
1092
{{single.collect_count}}

{
                        prop: 'type',
                        label: '支付类型',
                        table: {
                            sort: true,
                        },
                        form: {
                            is: 'el-radio-group',
                            default: '1',
                            rules: [
                                {required: true, message: '请输入'},
                            ],
                            child: {
                                value: [{"title":"在线支付","value":"2"},{"title":"数字货币","value":"1"}],
                                props: {label: 'title', value: 'value'}},
                        }
                    }

这样的怎么显示在线支付或者数字货币,而不是显示1或者2

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}