|
|
|
@ -120,7 +120,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="12">
|
|
|
|
<el-col :span="12">
|
|
|
|
<div class="detail-item">
|
|
|
|
<div class="detail-item">
|
|
|
|
<span class="detail-label">预约时间:</span>
|
|
|
|
<span class="detail-label">预约日期:</span>
|
|
|
|
<span class="detail-value">{{ currentDetail.date }}</span>
|
|
|
|
<span class="detail-value">{{ currentDetail.date }}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
@ -147,6 +147,20 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="detail-row">
|
|
|
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
|
|
|
<div class="detail-item">
|
|
|
|
|
|
|
|
<span class="detail-label">拜访时间:</span>
|
|
|
|
|
|
|
|
<span class="detail-value">{{ currentDetail.time }}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
|
|
|
<div class="detail-item">
|
|
|
|
|
|
|
|
<span class="detail-label">拜访时段:</span>
|
|
|
|
|
|
|
|
<span class="detail-value">{{ currentDetail.visit_time.start_time }} - {{ currentDetail.visit_time.end_time }}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
<el-row :gutter="20" class="detail-row">
|
|
|
|
<el-row :gutter="20" class="detail-row">
|
|
|
|
<el-col :span="12">
|
|
|
|
<el-col :span="12">
|
|
|
|
<div class="detail-item">
|
|
|
|
<div class="detail-item">
|
|
|
|
|