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>
  • 相关阅读:
    数组
    css动画
    mui 常用手势
    ejs 用到的语法
    css 高度塌陷
    SQL 用到的操作符
    position: relative;导致页面卡顿
    h5 图片生成
    li之间的间隙问题
    虚拟机扩容mac
  • 原文地址:https://www.cnblogs.com/zhuyeshen/p/10685252.html
Copyright © 2011-2022 走看看