2
0

fix:修复账号管理中英适配

This commit is contained in:
zhongzm
2025-02-11 16:10:58 +08:00
parent a2e1194d44
commit ada516208f
3 changed files with 3 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ const { columns, columnChecks, data, loading, getData, mobilePagination, searchP
key: 'createTime',
dataIndex: 'createTime',
align: 'center',
title: '创建时间'
title: $t('page.manage.user.createtime'),
},
{
key: 'operate',