|
@@ -261,7 +261,7 @@ export default {
|
|
|
this.statusColors[this.statusEnum.indexOf(v.company_status) || 0],
|
|
|
tags: {
|
|
|
'法定代表人:': v.legal_person,
|
|
|
- '注册资本:': v.capital ? `${v.capital}万元` : ''
|
|
|
+ '注册资本:': v.capital ? v.capital : ''
|
|
|
},
|
|
|
address: v.company_address
|
|
|
}
|