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