Restore friend order

This commit is contained in:
Natsumi
2024-12-13 23:21:08 +13:00
parent fa2644a6fe
commit 28609102a4
5 changed files with 378 additions and 76 deletions

View File

@@ -33,7 +33,7 @@ mixin friendsListTab()
template(v-once #default="scope")
el-button(type="text" size="mini" @click.stop)
el-checkbox(v-model="scope.row.$selected" @change="friendsListBulkUnfriendForceUpdate++")
el-table-column(:label="$t('table.friendList.no')" width="70" prop="$friendNum" sortable="custom")
el-table-column(:label="$t('table.friendList.no')" width="70" prop="$friendNumber" sortable="custom")
el-table-column(:label="$t('table.friendList.avatar')" width="70" prop="photo")
template(v-once #default="scope")
el-popover(placement="right" height="500px" trigger="hover")