This commit is contained in:
parent
cb1d0af2c4
commit
d3a19c53b6
|
|
@ -367,7 +367,7 @@ const Meeting: React.FC = () => {
|
||||||
return 1; // b 的优先级更高
|
return 1; // b 的优先级更高
|
||||||
} else {
|
} else {
|
||||||
// 如果角色相同,则可以按其他标准排序,例如按姓名字母顺序
|
// 如果角色相同,则可以按其他标准排序,例如按姓名字母顺序
|
||||||
return a.name.localeCompare(b.name);
|
return a.userName.localeCompare(b.userName);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue