yangguoe
 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                 width:60
12             }, 

 

分类:

技术点:

相关文章:

  • 2021-08-24
  • 2021-11-20
  • 2021-05-27
  • 2021-04-23
  • 2021-04-16
  • 2021-10-12
  • 2021-08-04
  • 2021-10-21
猜你喜欢
  • 2021-11-16
  • 2021-06-01
  • 2018-10-18
  • 2021-08-27
  • 2021-05-18
  • 2021-12-13
  • 2021-04-21
相关资源
相似解决方案