mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
导出可定义文件名称
This commit is contained in:
@@ -94,6 +94,13 @@ class AdminController extends BaseController
|
||||
|
||||
protected $batchValidate = false;
|
||||
|
||||
/**
|
||||
* 导出文件的名称,支持中文,为空则获取模型名称
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $exportFileName = null;
|
||||
|
||||
/**
|
||||
* 初始化方法
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user