소스 검색

Merge branch 'dev/v1.0.51_wmh' of jianyu/web into feature/v1.0.51

wenmenghao 1 년 전
부모
커밋
aa23f2be0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/mobile/src/views/reportAnalysis/components/listItem.vue

+ 1 - 1
apps/mobile/src/views/reportAnalysis/components/listItem.vue

@@ -155,7 +155,7 @@ export default {
           .replace('agency', '招标代理机构')
           .replace('winner', '中标企业')
           .replaceAll(',', ',')
-        : '-'
+        : ''
     },
     areaF(val) {
       return val ? val.replace(/,/g, ',') : ''