{{ userInfo | ucapTranslate: 'name' }}
{{ userInfo.employeeNum }}
{{ userInfo | ucapTranslate: 'deptName' }}
{{ userInfo | ucapTranslate: 'grade' }}
{{ userInfo.intro }}
-
- 회사
- {{ userInfo.companyName | ucapStringEmptycheck }}
-
- 담당업무
- {{ userInfo.responsibilities | ucapStringEmptycheck }}
-
- 근무지
- {{ userInfo.workplace | ucapStringEmptycheck }}
-
- 직무
- {{ userInfo.job | ucapStringEmptycheck }}
-
- 거래처
- {{ userInfo.customerInfo | ucapStringEmptycheck }}
-
- 이메일
- {{ userInfo.email | ucapStringEmptycheck }}
-
- 사무실
-
{{
userInfo.lineNumber
| ucapStringFormatterPhone
| ucapStringEmptycheck
}}
-
- 핸드폰
-
{{
userInfo.hpNumber | ucapStringFormatterPhone | ucapStringEmptycheck
}}