This commit is contained in:
parent
1d7e3941b5
commit
b709765361
@ -309,7 +309,7 @@
|
||||
@endphp
|
||||
<tr>
|
||||
{{-- 利用者ID(リンク) --}}
|
||||
<td class="text-nowrap"><a href="{{ $userEditUrl }}">{{ $item->user_id }} △
|
||||
<td class="text-nowrap"><a href="{{ $userEditUrl }}">{{ $item->user_id }}
|
||||
{{ $item->user_name }}</a></td>
|
||||
{{-- タグ/QR --}}
|
||||
<td>{{ $item->tag_qr_flag ? 'QR' : 'タグ' }}</td>
|
||||
@ -318,17 +318,17 @@
|
||||
<td>{{ $item->user_name }}</td>
|
||||
<td>{{ $item->user_phonetic }}</td>
|
||||
{{-- 生年月日/年齢 --}}
|
||||
<td>{{ $item->user_birthdate ? \Illuminate\Support\Str::limit($item->user_birthdate, 10, '') : '' }}
|
||||
<td class="text-right">{{ $item->user_birthdate ? \Illuminate\Support\Str::limit($item->user_birthdate, 10, '') : '' }}
|
||||
</td>
|
||||
<td>{{ $item->user_age }}</td>
|
||||
<td class="text-right">{{ $item->user_age }}</td>
|
||||
{{-- 連絡先 --}}
|
||||
<td>{{ $item->user_mobile }}</td>
|
||||
<td>{{ $item->user_homephone }}</td>
|
||||
<td class="text-right">{{ $item->user_mobile }}</td>
|
||||
<td class="text-right">{{ $item->user_homephone }}</td>
|
||||
<td class="text-nowrap">{{ $item->user_primemail }}</td>
|
||||
{{-- 本人確認(書類/チェック/日時) --}}
|
||||
<td>{{ __($item->user_idcard) }}</td>
|
||||
<td class="text-nowrap">{{ $chk === '1' ? '手動チェックOK' : '未チェック' }}</td>
|
||||
<td>{{ $item->user_chk_day ? \Illuminate\Support\Str::limit($item->user_chk_day, 10, '') : '' }}
|
||||
<td class="text-right">{{ $item->user_chk_day ? \Illuminate\Support\Str::limit($item->user_chk_day, 10, '') : '' }}
|
||||
</td>
|
||||
{{-- 退会 --}}
|
||||
<td>{{ $item->user_quit_flag ? 'はい' : 'いいえ' }}</td>
|
||||
@ -353,8 +353,8 @@
|
||||
}
|
||||
|
||||
.table-users thead th .header-link {
|
||||
color: #212529 !important;
|
||||
text-decoration: none !important;
|
||||
color: #495057 !important;
|
||||
text-decoration: underline !important;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
padding-right: 1.8rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user