|
@@ -9,10 +9,10 @@
|
|
|
<span></span>
|
|
<span></span>
|
|
|
</template>
|
|
</template>
|
|
|
<div class="panel-box">
|
|
<div class="panel-box">
|
|
|
|
|
+ <van-cell title="来访人员" :value="selectedUser.userName"></van-cell>
|
|
|
<van-cell title="介绍信类型" :value="getDictLabel(selectedUser.type,'out_in_type')"></van-cell>
|
|
<van-cell title="介绍信类型" :value="getDictLabel(selectedUser.type,'out_in_type')"></van-cell>
|
|
|
<van-cell title="来访事由" :value="selectedUser.reasons"></van-cell>
|
|
<van-cell title="来访事由" :value="selectedUser.reasons"></van-cell>
|
|
|
<van-cell title="来访单位" :value="selectedUser.companyName"></van-cell>
|
|
<van-cell title="来访单位" :value="selectedUser.companyName"></van-cell>
|
|
|
- <van-cell title="来访人员" :value="selectedUser.userName"></van-cell>
|
|
|
|
|
<van-cell title="证件类型" :value="getDictLabel(selectedUser.idType,'letter_id_type')"></van-cell>
|
|
<van-cell title="证件类型" :value="getDictLabel(selectedUser.idType,'letter_id_type')"></van-cell>
|
|
|
<van-cell title="证件号码" :value="selectedUser.idCard"></van-cell>
|
|
<van-cell title="证件号码" :value="selectedUser.idCard"></van-cell>
|
|
|
<div class="upload-box" v-if="selectedUser.imgFile && selectedUser.imgFile.length > 0">
|
|
<div class="upload-box" v-if="selectedUser.imgFile && selectedUser.imgFile.length > 0">
|