ソースを参照

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

zhulu 1 年間 前
コミット
4240bd6fa2
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/views/core/outIn/outInLog/dialog.outIn.detail.vue

+ 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() {},