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.
13 lines
259 B
13 lines
259 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'OrderReport' => '订单统计报表',
|
|
'order_report' => '订单统计报表',
|
|
],
|
|
'fields' => [
|
|
'name' => '统计名称',
|
|
'value' => '统计数量',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|