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 } },