Merge pull request '회원리스트 - 로그인 타입 필드 추가' (#69) from test into main

Reviewed-on: #69
This commit is contained in:
klaus 2025-04-09 10:44:30 +00:00
commit 2e1891ab08
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,9 @@
<th class="text-center"> <th class="text-center">
회원타입 회원타입
</th> </th>
<th class="text-center">
로그인 타입
</th>
<th class="text-center"> <th class="text-center">
OS OS
</th> </th>
@ -92,6 +95,7 @@
</div> </div>
</td> </td>
<td>{{ item.userType }}</td> <td>{{ item.userType }}</td>
<td>{{ item.loginType }}</td>
<td> <td>
<div v-if="item.container === 'aos'"> <div v-if="item.container === 'aos'">
Android Android