Browse Source

feat: 移动端企业搜索注册资本单位调整

cuiyalong 1 year ago
parent
commit
ca181cb002
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/mobile/src/views/search/result/company/index.vue

+ 1 - 1
apps/mobile/src/views/search/result/company/index.vue

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