|
@@ -49,10 +49,7 @@
|
|
|
<div v-for="(fItem, fIndex) in aItem" :key="`a_${fIndex}`" class="access-info-content-item">
|
|
|
<div class="info-title">{{ fItem.title }}</div>
|
|
|
<div class="info-value">
|
|
|
- <template v-if="['deviceName'].indexOf(fItem.field) > -1">
|
|
|
- {{ row[fItem['field']] || '-' }}
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
+ <template>
|
|
|
{{ visitToJetList.userVisitorListDetailVisitor[fItem['field']] || '-' }}
|
|
|
</template>
|
|
|
</div>
|
|
@@ -187,7 +184,7 @@ export default {
|
|
|
field: 'time'
|
|
|
}, {
|
|
|
title: '设备地点',
|
|
|
- field: 'deviceName'
|
|
|
+ field: 'deviceAddress'
|
|
|
}, {
|
|
|
title: '受访人姓名',
|
|
|
field: 'visiteeXm'
|