fix: 修复已中奖人员管理界面“名称”表头显示不对问题

This commit is contained in:
lys
2025-01-10 15:25:04 +08:00
parent 8e3e4bd27f
commit 3fbb15d3e6

View File

@@ -32,7 +32,7 @@ const tableColumnsList = [
sort: true,
},
{
label: i18n.global.t('data.number'),
label: i18n.global.t('data.name'),
props: 'name',
},
{