fix:账单管理添加时间以及中英适配
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user