复制常驻时,勾选批量复制

This commit is contained in:
2023-01-27 15:35:27 +08:00
parent 074e5e48e7
commit 275eeebd1d
9 changed files with 142 additions and 84 deletions

View File

@ -0,0 +1,24 @@
<tr>
<td>
@if($enableEdit)
<a href="{{route("program.construct.append.edit", ["append"=>$append->id])}}">编辑</a>
@endif
<x-links.user_link :name="$append->from" :plt-id="$append->platform_id" :mid="$append->from_mid"></x-links.user_link>
</td>
<td>
@if($append->is_original)
点播
@else
追加
@endif
</td>
<td>
@if($append->is_original)
点播
@else
{{$append->name}}
@endif
</td>
<td>{{$append->price}}</td>
<td>{{$append->append}}</td>
</tr>