公告板
版本库
filestore
活动
搜索
登录
杜慧哲
/
larks_base_dm
派生自
larks_base_dm
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
cy
2022-06-21
129904537f66509f97b285e7eb4f42b3dc349dd0
[~duhuizhe/larks_base_dm.git]
/
WebRoot
/
business
/
wechat
/
uwyw
/
uRemind
/
uRemindCiList.html
1
2
3
4
5
6
7
8
9
10
[#if ciList??&&ciList?size>0]
<section class="kltype">
[#list ciList as item]
<a href="#"><p><em></em>${item.CINAME}</p></a>
[/#list]
</section>
[#else]
<div class="nodate">无巡检配置</div>
[/#if]