個人資訊
名
{{ overseasForm.firstName || '-' }}
姓
{{ overseasForm.lastName || '-' }}
稱謂
{{ overseasForm.gender === '1' ? '先生' : '女士' }}
電話
{{ overseasForm.phoneNumber || '-' }}
郵箱
{{ overseasForm.email || '-' }}
門店信息
門店名稱
{{overseasForm.currentStore && overseasForm.currentStore.organizationName}}
門店地址
{{overseasForm.currentStore && overseasForm.currentStore.address || '-'}}
門店電話
{{overseasForm.currentStore && overseasForm.currentStore.phoneNumber || '-'}}