mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
excel导出优化+css优化
This commit is contained in:
@ -634,7 +634,7 @@ class FormHandleModule
|
||||
// 根据详情数据追加数据
|
||||
for($i=0; $i<$detail_data_row_max; $i++)
|
||||
{
|
||||
$temp = ($i == 0) ? $v : [];
|
||||
$temp = $v;
|
||||
for($t=0; $t<$detail_form_count; $t++)
|
||||
{
|
||||
$dv = $this->form_data['detail_form_list'][$t];
|
||||
|
||||
Reference in New Issue
Block a user