| 123456789101112131415161718 |
- <html>
- <head>
- </head>
- <body>
- <rpt.ss name="ryList" id="item">
- <div ssObjId="${item.ryid}" class="list-background list" style="min-height: 41px;line-height: 41px;width: calc(100% - 4px);box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
- <span>${item.xm}</span>
- </div>
- </rpt.ss>
- <%-- 用到再弄。Lin
- <wd:iterate name="wxList" id="item">
- <div wdObjectId="${item.id}" class="list-background list" style="min-height: 41px;line-height: 41px;width: calc(100% - 4px);box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
- <span>${item.mc}</span>
- </div>
- </wd:iterate>
- --%>
- </body>
- </html>
|