新增校区
跟进
{{ currentRow.name }}
{{ currentRow.person_num }}
{{
[currentRow.province, currentRow.city, currentRow.area].join(' / ')
}}
{{ currentRow.address }}
{{ currentRow.bind_user_id }}
{{ currentRow.is_eleme_in_school ? '有' : '无' }}
{{ currentRow.is_eleme_out_school ? '有' : '无' }}
{{ currentRow.is_meituan_in_school ? '有' : '无' }}
{{ currentRow.is_meituan_out_school ? '有' : '无' }}
{{ currentRow.can_go_upstairs ? '不能' : '能' }}
{{ currentRow.is_cooperate ? '已合作' : '未合作' }}
{{ currentRow.can_ride ? '不能' : '能' }}
{{ currentRow.dormitory_distribution }}
{{ currentRow.qucan_station_distribution }}
{{ currentRow.out_business_description }}
{{ currentRow.bind_user_name }}