Tag顺序问题

This commit is contained in:
2022-07-10 17:54:47 +08:00
parent 9075fd29b8
commit 710a9f44a5
3 changed files with 8 additions and 3 deletions

View File

@ -26,8 +26,8 @@
<tr>
<td>{{$program->name}}</td>
<td>
@foreach($program->tags as $tag)
<div title="{{$tag->comment}}">{{$tag->name}}</div>
@foreach($program->tag_pivots as $tag_pivot)
<div title="{{$tag_pivot->tag->comment}}">{{$tag_pivot->tag->name}}</div>
@endforeach
</td>
<td>