mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
fix: rank cannot be sorted
This commit is contained in:
@@ -771,7 +771,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
:label="t('table.playerList.rank')"
|
:label="t('table.playerList.rank')"
|
||||||
width="110"
|
width="110"
|
||||||
prop="trustSortNum"
|
prop="$trustSortNum"
|
||||||
sortable="custom">
|
sortable="custom">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user