mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-29 04:55:04 +08:00
16 lines
549 B
HTML
16 lines
549 B
HTML
<table border=1>
|
|
{{range .}} <!-- 遍历外层切片 -->
|
|
<tr>
|
|
{{range .}} <!-- 遍历内层切片 -->
|
|
<td>{{.Name}}</td>
|
|
{{end}}
|
|
</tr>
|
|
{{end}}
|
|
</table>
|
|
|
|
<i class="table_notes"><span class="ZoneHead"></span>片区负责人<br></i>
|
|
<i class="table_notes"><span class="Moderator"></span>管理层<br></i>
|
|
<i class="table_notes"><span class="SwitchOrRepay"></span>换班/补班<br></i>
|
|
<i class="table_notes"><span class="Volunteering"></span>蹭班<br></i>
|
|
<a href="/"><br><br>返回</a>
|