|
@@ -35,6 +35,7 @@ export default {
|
|
{ label: '联系地址', model: 'addr', options: { readonly: true } },
|
|
{ label: '联系地址', model: 'addr', options: { readonly: true } },
|
|
{ label: '办公电话', model: 'office_phone', options: { readonly: true } },
|
|
{ label: '办公电话', model: 'office_phone', options: { readonly: true } },
|
|
{ label: '所属行业', model: 'profession', options: { readonly: true } },
|
|
{ label: '所属行业', model: 'profession', options: { readonly: true } },
|
|
|
|
+ { label: '所属辖区', model: 'juris', options: { readonly: true } },
|
|
{ label: '机构代码', model: 'institution_code', options: { readonly: true } },
|
|
{ label: '机构代码', model: 'institution_code', options: { readonly: true } },
|
|
{ label: '统一社会信用代码', model: 'code', options: { readonly: true } },
|
|
{ label: '统一社会信用代码', model: 'code', options: { readonly: true } },
|
|
{ label: '注册类型', model: 'companytype', options: { readonly: true } },
|
|
{ label: '注册类型', model: 'companytype', options: { readonly: true } },
|