{{ currentCustomer.name }}
{{ currentCustomer.contact }}
{{ currentCustomer.phone }}
{{ currentCustomer.level.toUpperCase() }}
{{ currentCustomer.status==='active' ? '活跃' : '沉默' }}
{{ currentCustomer.projects }}
{{ formatAmount(currentCustomer.totalAmount) }}
{{ currentCustomer.joinDate }}