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>
  • 相关阅读:
    SQL2005 镜像配置
    子窗体关闭程序
    asp.net 输出微信自定义菜单json
    教是最好的学
    人为什么要努力?
    《雪国列车》制度与自由
    时间记录APP———Time Meter
    饭饭
    Android编译程序报错:Re-installation failed due to different application signatures.
    我的GTD起步
  • 原文地址:https://www.cnblogs.com/zhuyeshen/p/10685252.html
Copyright © 2011-2022 走看看