소스 검색

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
         }