fix: 修复已中奖人员管理界面“名称”表头显示不对问题
This commit is contained in:
@@ -32,7 +32,7 @@ const tableColumnsList = [
|
||||
sort: true,
|
||||
},
|
||||
{
|
||||
label: i18n.global.t('data.number'),
|
||||
label: i18n.global.t('data.name'),
|
||||
props: 'name',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user