guhongwei 3 years ago
parent
commit
ee8b0fa70c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/user/parts/orgDetail.vue

+ 1 - 2
src/views/user/parts/orgDetail.vue

@@ -36,8 +36,7 @@ export default {
         { label: '办公电话', model: 'office_phone', options: { readonly: true } },
         { label: '所属行业', model: 'profession', options: { readonly: true } },
         { label: '所属辖区', model: 'juris', options: { readonly: true } },
-        { label: '机构代码', model: 'institution_code', options: { readonly: true } },
-        { label: '统一社会信用代码', model: 'code', options: { readonly: true } },
+        { label: '统一社会信用代码', model: 'institution_code', options: { readonly: true } },
         { label: '注册类型', model: 'companytype', options: { readonly: true } },
         { label: '注册时间', model: 'companydate', options: { readonly: true } },
         { label: '注册资金', model: 'companycapital', options: { readonly: true } },