Pārlūkot izejas kodu

出入记录 详情页面显示身份证类型

zhulu 1 gadu atpakaļ
vecāks
revīzija
4240bd6fa2

+ 3 - 3
src/views/core/outIn/outInLog/dialog.outIn.detail.vue

@@ -58,8 +58,8 @@
               </el-form-item>
             </el-col>
             <el-col :span="12">
-              <el-form-item label="证件类型">
-             {{formData.idType}}
+              <el-form-item label="证件类型">              
+              <dict-tag :options="dict.type.letter_id_type" :value="formData.idType"/>
               </el-form-item>
             </el-col>
             <el-col :span="12">
@@ -139,7 +139,7 @@ export default {
       formFileListDefualtValue: [],
     };
   },
-  dicts: ['out_in_type'],
+  dicts: ['out_in_type','letter_id_type'],
   props: {},
   watch: {},
   created() {},