Merge pull request '회원리스트 - 로그인 타입 필드 추가' (#69) from test into main
Reviewed-on: #69
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user