2
0

fix:账单管理添加时间以及中英适配

This commit is contained in:
zhongzm
2025-02-07 15:03:19 +08:00
parent a8f3e247c6
commit 8171c2b975
4 changed files with 92 additions and 31 deletions

View File

@@ -678,6 +678,26 @@ const local: any = {
guest:'Wireless Guest',
alert:'Alerts',
},
bill:{
username:'User Name',
billtime:'Order Time',
billtype:'Order Type',
packagebill:'Package',
rechargebill:'Recharge',
packagename:'Package Name',
amount:'Amount',
status:'Status',
wait:'Pending',
done:'Paid',
close:'Canceled',
billinfo:'Billing information',
total:'Total',
pleusername:'Please enter username',
plebilltype:'Please select order type',
plestatus:'Please select order status',
reset:'Reset',
search:'Search',
},
},
form: {
required: 'Cannot be empty',