优化图片加载已修复fixed表现;优化导出功能,使导出效果与页面表格一致;

This commit is contained in:
2022-04-17 16:37:50 +08:00
parent 7a1dc073fe
commit a298284e56
7 changed files with 121 additions and 114 deletions

View File

@@ -9,7 +9,11 @@ use app\admin\traits\Curd;
use app\common\controller\AdminController;
use EasyAdmin\annotation\ControllerAnnotation;
use EasyAdmin\annotation\NodeAnotation;
use PhpOffice\PhpSpreadsheet\Cell\Coordinate;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
use think\App;
use think\helper\Arr;
/**
* Class Goods
@@ -83,5 +87,5 @@ class Goods extends AdminController
$this->assign('row', $row);
return $this->fetch();
}
}
}