You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
384 B
17 lines
384 B
1 year ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'ProductName' => '商品名称',
|
||
|
'Customer' => "客户",
|
||
|
"Nums" => "数量",
|
||
|
"Createtime" => "时间",
|
||
|
"Price" => '单价',
|
||
|
"Subtotal" => "小计",
|
||
|
"Product" => "产品",
|
||
|
"Code" => "单据编号",
|
||
|
"cunsName" => "客户",
|
||
|
"Customer" => "客户",
|
||
|
"total nums:" => "总数量:",
|
||
|
"total moeny: $" => "总金额:¥",
|
||
|
];
|