update export excel

This commit is contained in:
2020-03-27 13:52:40 +07:00
parent 2c38348e19
commit c2e025d1d9
9 changed files with 344 additions and 15 deletions

View File

@@ -110,7 +110,14 @@ $config = [
],
],
],
'db' => $db
'db' => $db,
'urlManager' => [
'enablePrettyUrl' => true,
'showScriptName' => false,
'enableStrictParsing' => false,
'rules' => [
],
],
],
'params' => $params,
];