feat: change mobile field to username

This commit is contained in:
RockYang
2024-01-08 17:34:09 +08:00
parent 913d538587
commit 4c1f51110b
6 changed files with 12 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
<el-table-column label="邀请奖励">
<template #default="scope">
<span>对话:{{ scope.row['reward']['chat_calls'] }}次</span>
<span>绘图:{{ scope.row['reward']['chat_calls'] }}次</span>
<span>绘图:{{ scope.row['reward']['img_calls'] }}次</span>
</template>
</el-table-column>