@@ -197,7 +197,11 @@ export default defineComponent({
{!item.rankingList.length && (
<Empty
image={IconEmtry}
- description="该曲目暂无排名喔~"
+ description={`该${
+ state.rankingMethod === 'TOTAL_SCORE'
+ ? '声部'
+ : '曲目'
+ }暂无排名喔~`}
/>
)}
</div>