|
|
|
|
@ -131,12 +131,40 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="detail-row">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<div class="detail-item">
|
|
|
|
|
<span class="detail-label">单位名称:</span>
|
|
|
|
|
<span class="detail-value">{{ currentDetail.company_name }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<div class="detail-item">
|
|
|
|
|
<span class="detail-label">到访事由:</span>
|
|
|
|
|
<span class="detail-value">{{ currentDetail.reason }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</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.visit_area?currentDetail.visit_area.name:'' }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<div class="detail-item">
|
|
|
|
|
<span class="detail-label">车牌号:</span>
|
|
|
|
|
<span class="detail-value">{{ currentDetail.cars?currentDetail.cars.join(',') :'' }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="detail-row" v-if="currentDetail.type==3">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<div class="detail-item">
|
|
|
|
|
<span class="detail-label">车辆类型:</span>
|
|
|
|
|
<span class="detail-value">{{ currentDetail.plate?currentDetail.plate:'' }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="detail-row">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
|