{$row.user.nickname|default='-'} (ID: {$row.user_id})
{$row.apply_type_text}
{$row.identity.name|default='-'}
{$row.agent_type_text|default='普通代理商'}
{$row.province_name} - {$row.city_name} - {$row.district_name}
{if condition="$row.agent_type == 'regional'"}
区域代理商将管辖该地区内的所有订单
{/if}
{$row.real_name}
{$row.id_card}
{$row.mobile}
{$row.company_name}
{$row.legal_person}
{$row.legal_mobile}
{$row.legal_id_card}
{switch name="$row.status"} {case value="pending"}待审核{/case} {case value="approved"}已通过{/case} {case value="rejected"}已拒绝{/case} {/switch}
{$row.reject_reason}
{$row.createtime|datetime}
{$row.audit_time|datetime}
{$row.admin.username}