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