Commit ea5cee64 by 杨昕

添加视频时长

parent 3d477c8b
Pipeline #13767 passed with stages
in 41 seconds
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<th>视频地址</th> <th>视频地址</th>
<th>创建时间</th> <th>创建时间</th>
<th>媒资号码</th> <th>媒资号码</th>
<th>时长(s)</th>
<th>操作</th> <th>操作</th>
</tr> </tr>
</thead> </thead>
...@@ -79,6 +80,12 @@ ...@@ -79,6 +80,12 @@
@else @else
<td></td> <td></td>
@endif @endif
@if(isset($media['duration']))
<td style="max-width: 100px;">{{$media['duration']}}</td>
@else
<td></td>
@endif
<td class="td-manage"> <td class="td-manage">
@if(permissionExist("manager_media","media_edit")) @if(permissionExist("manager_media","media_edit"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment