Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: 修复已中奖人员管理界面“名称”表头显示不对问题
  • Loading branch information
lys1313013 committed Jan 10, 2025
commit 3fbb15d3e63269c287addea87da1ce7d7f64665d
2 changes: 1 addition & 1 deletion src/views/Config/Person/PersonAlready.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const tableColumnsList = [
sort: true,
},
{
label: i18n.global.t('data.number'),
label: i18n.global.t('data.name'),
props: 'name',
},
{
Expand Down
Loading