|
|
|
@ -10,6 +10,15 @@
|
|
|
|
|
>
|
|
|
|
|
{{ item.value }}
|
|
|
|
|
</el-descriptions-item> -->
|
|
|
|
|
<el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="组织机构代码">
|
|
|
|
|
{{ info.institutionCode }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="登记注册统计类别">
|
|
|
|
|
{{ info.statisticalCategories }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="行业代码">
|
|
|
|
|
{{ info.industryCode }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="注册资本">
|
|
|
|
|
{{ info.registeredCapital }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
@ -22,9 +31,9 @@
|
|
|
|
|
<el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="曾用名">
|
|
|
|
|
{{ info.formerName }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="组织机构代码">
|
|
|
|
|
<!-- <el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="组织机构代码">
|
|
|
|
|
{{ info.institutionCode }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions-item> -->
|
|
|
|
|
<el-descriptions-item labelClassName="tabOneLabel" contentClassName="tabOneContent" label="注册地址">
|
|
|
|
|
{{ info.enrollAddress }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|