- <view class='radioGroup-index {{className}}' style='{{style}}' ref='saveChildRef0'>
- <van-radio-group class='radio-group-area' value='{{ value }}' direction='horizontal' disabled='{{isAudit}}' onChange='onChange' ref='saveChildRef1'>
- <van-radio name='{{item[valueKey]}}' icon-size='16' checked-color='#2BA245' label-class='label' a:for='{{list}}' a:key='{{*this}}' ref-numbers='{{list}}' ref='saveChildRef2'>
- {{item[labelKey]}}
- </van-radio>
- </van-radio-group>
- </view>
|