微调卡券列表

This commit is contained in:
2020-08-31 09:01:49 +08:00
parent e59ceefd16
commit 96a474493c
2 changed files with 83 additions and 71 deletions

View File

@@ -145,12 +145,12 @@ class IndexController extends AdminController
$export->column('redemptionCode', function ($value, $original) {
return $value . "\t";
});
// $export->column('price', function ($value, $original) {
// $export->column('price', function ($value, $original) {
// return $value . "\t";
// });
// $export->column('total', function ($value, $original) {
// return $value . "\t";
// });
$export->column('total', function ($value, $original) {
return $value . "\t";
});
$export->column('资金通道结算', function ($value, $original) {
return strip_tags($value);
});