zoukankan      html  css  js  c++  java
  • c标签简单应用

        <pager:column  property="ly" title="任务类型" width="10%">
                                  <c:choose>
                                      <c:when test="${info.ly=='0'}">
                                          日常检查
                                      </c:when>
                                      <c:when test="${info.ly=='1'}">
                                          准入检查
                                      </c:when>
                                      <c:when test="${info.ly=='13'}">
                                          器械经营分级分类检查
                                      </c:when>
                                      <c:otherwise>
                                          其他
                                      </c:otherwise>
                                  </c:choose> 
     
     
     
    <view:qrytd  heightshow="true" align="right" width="15%">是否全项目检查:</view:qrytd>
                <view:qrytd  width="35%">
                    <input type="radio" name="zx.sfqxmjc" disabled="disabled" value="0" <c:if test="${zx.sfqxmjc=='0' }">checked="checked"</c:if>/>否
                     <input type="radio" name="zx.sfqxmjc" disabled="disabled" value="1" <c:if test="${zx.sfqxmjc=='1' }">checked="checked"</c:if>/>是
                </view:qrytd>
  • 相关阅读:
    使用XStream解析xml
    分享功能
    上拉加载 下拉刷新
    点击button倒计时
    正则表达式验证手机号码
    第三方登陆
    test
    横向滑动菜单HorizontalScrollView
    slidingmenu侧滑侧单
    2017/4/25 afternoon
  • 原文地址:https://www.cnblogs.com/zhuyeshen/p/10685252.html
Copyright © 2011-2022 走看看