2
0

fix:修复套餐管理和格式化工具的中英适配

This commit is contained in:
zhongzm
2025-02-11 16:32:13 +08:00
parent ada516208f
commit 06dcb2f36b
4 changed files with 59 additions and 22 deletions

View File

@@ -81,6 +81,12 @@ const local: any = {
},
tablePaginationTotal: 'Total {total} items',
inputPlease: 'Please input',
time:{
second: 's',
minute: 'Min',
hour: 'Hour',
day: 'Day'
}
},
// 组件
components: {

View File

@@ -81,6 +81,12 @@ const local:any = {
},
tablePaginationTotal: '总共 {total} 条',
inputPlease: '请输入',
time:{
second: '秒',
minute: '分钟',
hour: '小时',
day: '天'
}
},
// 组件
components: {