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.
14 lines
338 B
14 lines
338 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'ProductExportLog' => '产品导出Excel日志',
|
|
'product-export-log' => '产品导出Excel日志',
|
|
'export' => '产品导出Excel日志',
|
|
],
|
|
'fields' => [
|
|
'supplier_id' => '供应商ID',
|
|
'filename' => '导出文件名',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|