This commit is contained in:
@@ -25,8 +25,9 @@
|
|||||||
<v-card-item>
|
<v-card-item>
|
||||||
<div class=" text-left text-normal font-weight-bold" style="color:#e23972;">กลุ่มที่ {{ groupData.id }}</div>
|
<div class=" text-left text-normal font-weight-bold" style="color:#e23972;">กลุ่มที่ {{ groupData.id }}</div>
|
||||||
<div class="mb-4 text-left text-small font-weight-medium">{{ groupData.name }}</div>
|
<div class="mb-4 text-left text-small font-weight-medium">{{ groupData.name }}</div>
|
||||||
<div v-for="(item, i) in dataProfile" :key="i">
|
<div class="text-left px-md-10 px-5 px-lg-10">
|
||||||
<div class="font-weight-medium my-2 text-left text-normal">
|
<div v-for="(item, i) in dataProfile" :key="i" >
|
||||||
|
<div class="font-weight-medium my-2 text-normal">
|
||||||
<div style="font-size:20px">
|
<div style="font-size:20px">
|
||||||
<span> {{ item.firstName }}</span>
|
<span> {{ item.firstName }}</span>
|
||||||
<span class="ml-3">
|
<span class="ml-3">
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</v-card-item>
|
</v-card-item>
|
||||||
</v-card></v-col
|
</v-card></v-col
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ export default {
|
|||||||
if (this.group) {
|
if (this.group) {
|
||||||
data.group = this.group.id;
|
data.group = this.group.id;
|
||||||
}
|
}
|
||||||
data.limit = 50;
|
data.limit = 100;
|
||||||
if (data) {
|
if (data) {
|
||||||
client.user.getAllUser
|
client.user.getAllUser
|
||||||
.query(data)
|
.query(data)
|
||||||
|
|||||||
Reference in New Issue
Block a user