Browse Source

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

cuiyalong 1 năm trước cách đây
mục cha
commit
ca181cb002
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         }