Commit 5497fc08 by 朱继来

调整colspan

parent 0482f799
Showing with 3 additions and 3 deletions
...@@ -569,21 +569,21 @@ ...@@ -569,21 +569,21 @@
@if ($order_info['order_remark']) @if ($order_info['order_remark'])
<tr> <tr>
<td>订单备注信息:</td> <td>订单备注信息:</td>
<td colspan="10">{{$order_info['order_remark']}}</td> <td colspan="16">{{$order_info['order_remark']}}</td>
</tr> </tr>
@endif @endif
@if ($order_temp_info['kefu_remark']) @if ($order_temp_info['kefu_remark'])
<tr> <tr>
<td>客服备注信息:</td> <td>客服备注信息:</td>
<td colspan="10">{{$order_temp_info['kefu_remark']}}</td> <td colspan="16">{{$order_temp_info['kefu_remark']}}</td>
</tr> </tr>
@endif @endif
@if ($order_info['order_goods_type'] == 2 && $order_temp_info['business_type'] == 1) @if ($order_info['order_goods_type'] == 2 && $order_temp_info['business_type'] == 1)
<tr> <tr>
<td>项目需求描述:</td> <td>项目需求描述:</td>
<td colspan="10">{{$order_temp_info['sample_demand_desc']}}</td> <td colspan="16">{{$order_temp_info['sample_demand_desc']}}</td>
</tr> </tr>
@endif @endif
</tfoot> </tfoot>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment