公告板
版本库
filestore
活动
搜索
登录
main
/
OAManage
OA系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
公告列表显示
闫增涛
2025-04-14
4a0006c0b8df5befabf7403c0702f4429cf244e3
[OAManage.git]
/
app
/
project
/
view
/
index
/
view_comment.html
1
2
3
4
5
6
<div class="px-3 pt-3 border bg-white">
<div class="comment-input">
<input type="text" id="commentInput" readonly placeholder="发表一下你的看法" class="layui-input" value="">
</div>
<div id="commentBox" class="pt-3"></div>
</div>