如图,这里只显示了id,我想还让他显示其他字段的信息,如何实现呢?谢谢!
下拉框的数据集,加字段。
比如 本来是 select id ,name from xxx
改成
select id,name, id||name idname from xxx
然后把第三个字段作为显示值就可以同时显示id和name
下拉框显示多列-https://help.fanruan.com/finereport/doc-view-1031.html