Pārlūkot izejas kodu

“来访” 名词全局替换成为 “出入”

jingyuanchao 1 gadu atpakaļ
vecāks
revīzija
e57835a04e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/menu/visitRecord/detail.vue

+ 1 - 1
src/views/menu/visitRecord/detail.vue

@@ -12,7 +12,7 @@
             <van-cell title="出入人员" :value="selectedUser.userName"></van-cell>
             <van-cell title="介绍信类型" :value="getDictLabel(selectedUser.letterType,'out_in_type')"></van-cell>
             <van-cell title="出入事由" :value="selectedUser.letterReasons"></van-cell>
-            <van-cell title="出入单位" :value="selectedUser.companyName"></van-cell>
+            <van-cell title="所在单位" :value="selectedUser.companyName"></van-cell>
             <van-cell title="证件类型" :value="getDictLabel(selectedUser.idType,'letter_id_type')"></van-cell>
             <van-cell title="证件号码" :value="selectedUser.idCard"></van-cell>
             <div class="upload-box" v-if="selectedUser.imgFile && selectedUser.imgFile.length > 0">