1 <script type="text/html" id="radioTpl"> 2 <input type="radio" name="userRadio" value="{{d.id}}" lay-filter="radiodemo"> 3 </script> 4 5 6 7 cols:[[ 8 { 9 templet:"#radioTpl", 10 unresize:true, 11 60 12 },