所有房源
| 首图 | 标题 | 地区 / 分类 | 价格 | 状态 | 操作 | |
|---|---|---|---|---|---|---|
|
| {{ prop.title }} | {{ metaLabel(prop) }} | {{ prop.priceDisplay }} | 已发布 |
客服团队 & 微信管理
| 头像 | 称呼 | 头衔 | 微信号 | 操作 |
|---|---|---|---|---|
| {{ agent.name }} | {{ agent.title }} | {{ agent.wechatId }} |
预约看房申请
| 时间 | 意向房源 | 地区 / 分类 | 预约时间 | 客户姓名 | 联系方式 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{r.submitTime}} | {{r.propertyName}} | {{ metaLabel(findPropertyForRecord(r)) }} | {{r.date}} {{r.time}} | {{r.name}} | {{r.contact}} | {{ r.status === 'pending' ? '未处理' : '已处理' }} | |
| 暂无预约申请 | |||||||
房源申请
| 时间 | 意向房源 | 地区 / 分类 | 申请人 | 联系方式 | 入住/退租 | 文件 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ a.submitTime || formatDateTime(a.created_at) }} |
{{ a.propertyName }}
|
{{ metaLabel(findPropertyForRecord(a)) }} |
姓名:{{ a.realName || '未填' }}
性别:{{ displayGender(a.gender) }}
护照:{{ a.passportNo || '未填' }}
|
{{ a.wechat || a.phone || '未填' }} |
入住:{{ a.moveInDate || '-' }}
退租:{{ a.moveOutDate || '-' }}
|
无文件 | {{ a.status === 'pending' ? '未处理' : '已处理' }} | |
| 暂无房源申请 | ||||||||
房东委托申请
| 时间 | 房产标题 | 地区 / 分类 | 预期底价 | 房东姓名 | 房东联系 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{r.submitTime}} | {{r.title}} | {{ metaLabel(r) }} | {{r.priceDisplay}} | {{r.landlordName}} | {{ r.contactType === 'wechat' ? '微信' : '电话' }}{{r.landlordContact}} | {{ r.status === 'pending' ? '未处理' : '已读' }} | {{ r.isPublished ? '已发布' : '未发布' }} |
| 暂无房东委托 | |||||||