浏览代码

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

zhangyuhan 1 年之前
父节点
当前提交
64e1d4de4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
         }