mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-09 06:28:11 +00:00
fix: 请假表格导出sheeft里名称显示人名
This commit is contained in:
parent
31f051a39e
commit
aebd47e535
@ -833,7 +833,7 @@ class ApproveController extends AbstractController
|
||||
return Base::retError('没有任何数据');
|
||||
}
|
||||
//
|
||||
$title = (count($sheets) + 1) . "." . ($nickname ?: $val['start_user_id']);
|
||||
$title = "Sheet1";
|
||||
$sheets = [
|
||||
BillExport::create()->setTitle($title)->setHeadings($headings)->setData($datas)->setStyles(["A1:Y1" => ["font" => ["bold" => true]]])
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user