公告板
版本库
活动
搜索
登录
java
/
QianYunTong
黔云通
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branches 'master' and 'master' of http://120.76.84.145:10101/gitblit/...
liujie
2025-07-25
c0e9ac907ee658802f68eb4e770942e34e87cfd0
[java/QianYunTong.git]
/
DriverQYTTravel
/
guns-admin
/
src
/
main
/
webapp
/
WEB-INF
/
view
/
common
/
tags
/
table.tag
1
2
3
4
5
6
7
8
9
10
11
12
@/*
表格标签的参数说明:
id : table表格的id
@*/
<table id="${id}" data-mobile-responsive="true" data-click-to-select="true">
<thead>
<tr>
<th data-field="selectItem" data-checkbox="true"></th>
</tr>
</thead>
</table>