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',

View File

@@ -678,6 +678,26 @@ const local:any = {
guest:'无线访客',
alert:'告警数',
},
bill:{
username:'用户名',
billtime:'订单时间',
billtype:'订单类型',
packagebill:'套餐订单',
rechargebill:'充值订单',
packagename:'套餐名称',
amount:'金额',
status:'状态',
wait:'待支付',
done:'已支付',
close:'已取消',
billinfo:'账单信息',
total:'共',
pleusername:'请输入用户名',
plebilltype:'请选择订单类型',
plestatus:'请选择订单状态',
reset:'重置',
search:'查询',
},
},
form: {
required: '不能为空',