Browse Source

Merge branch 'feature/v1.0.29' of https://jygit.jydev.jianyu360.cn/jianyu/web into feature/v1.0.29

zhangyuhan 1 năm trước cách đây
mục cha
commit
64e1d4de4d
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
         }