<{if $smarty.get.type=='add' or $smarty.get.type=='edit'}>
<{else}>
|
收货人 |
所在区域 |
邮编 |
电话/手机 |
操作 |
<{foreach item=list key=num from=$list}>
|
<{$list.name}> |
<{$list.area}><{$list.address}> |
<{$list.zip}> |
<{$list.tel}>
<{$list.mobile}> |
修改 删除 |
<{foreachelse}>
暂无符合条件的数据记录
|
<{/foreach}>
<{/if}>