你这样的排版隐藏右边那列时单选框都被隐藏了。
控件实际值改成元:1,万元:10000
数据设置形态公式:$$$/参数
JS使用填报页面的控件查询-https://help.fanruan.com/finereport/doc-view-1828.html
select * from (
select '万元' as ctype,num/10000 as num from dual
union all
select '元' as ctype,num as num from dual )A
where ctype='${ctype}'
参数做单选按钮,
或者通过按钮隐藏列的方式也可以