excel导出优化+css优化

This commit is contained in:
gongfuxiang
2022-10-26 15:43:09 +08:00
parent 39fd27440b
commit c0f92963a4
5 changed files with 30 additions and 14 deletions

View File

@ -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];