mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
改进排班的算法:现在可以每周轮换一次片区,而且现在将结构体给模板
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{{range .}} <!-- 遍历外层切片 -->
|
||||
<tr>
|
||||
{{range .}} <!-- 遍历内层切片 -->
|
||||
<td>{{.}}</td>
|
||||
<td>{{.Name}}</td>
|
||||
{{end}}
|
||||
</tr>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user