mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
feat:实现项目集功能
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
<td>{{$item.BookNumber}}</td>
|
<td>{{$item.BookNumber}}</td>
|
||||||
<td>{{$item.CreateTimeString}}</td>
|
<td>{{$item.CreateTimeString}}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{urlfor "ItemsetsController.List" ":key" $item.ItemKey}}" class="btn btn-success btn-sm" target="_blank">详情</a>
|
<a href="{{urlfor "ItemsetsController.List" ":key" $item.ItemKey}}" class="btn btn-success btn-sm" target="_blank" title="{{$item.ItemName}}">详情</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
Reference in New Issue
Block a user