plugins/exchange/forms/mall/export/ExchangeExport.php
@@ -24,7 +24,7 @@ return [ [ 'key' => 'code', 'value' => '兑换码', 'value' => '提货卡', ], [ 'key' => 'type', @@ -101,7 +101,7 @@ public function getFileName() { $data = (new CommonModel())->getLibrary($this->library_id); return sprintf('%s-兑换码列表导出', $data->name); return sprintf('%s-提货卡列表导出', $data->name); } protected function transform($list)