Merge pull request #52 from lys1313013/main

fix: 修复已中奖人员管理界面“名称”表头显示不对问题
This commit is contained in:
LOG1997
2025-01-10 15:41:36 +08:00
committed by GitHub

View File

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