Commit abdf28c2 authored by liuchao's avatar liuchao

no message

parent f5f2c899
......@@ -82,7 +82,9 @@
</label>
</td> -->
<td title=""><img id="uploadImage" src="<webpath:path/>/wx/rainbowplan/loadResource?imageName=${list.uploadImage}" height="100"/></td>
<td title="" height="100">
<c:if test="${list.uploadImage!='' && list.uploadImage!=null}">
<img id="uploadImage" src="<webpath:path/>/wx/rainbowplan/loadResource?imageName=${list.uploadImage}" height="100%"/></c:if></td>
<td title="">${list.name}</td>
<td title="">${list.position}</td>
<td title=""><c:if test="${list.status}"><span class="label label-sm label-success">启用</span></c:if><c:if test="${!list.status}"><span class="label label-sm label-danger">停用</span></c:if></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment