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

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,16 @@
<table class="table-auto border-collapse w-full lg:border lg:border-black">
<thead>
<tr class="border border-black sticky bg-white lg:static top-0 left-0 right-0">
<td>老板</td>
<td>类型</td>
<td>要求</td>
<td>分值</td>
<td>补充说明</td>
</tr>
</thead>
<tbody>
@foreach($appends as $append)
<x-appends.append_list_item :append="$append" :enable-edit="$enableEdit"></x-appends.append_list_item>
@endforeach
</tbody>
</table>