guhongwei 3 년 전
부모
커밋
ee8b0fa70c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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 } },