Browse Source

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

wenmenghao 1 year ago
parent
commit
aa23f2be0a
1 changed files with 1 additions and 1 deletions
  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, ',') : ''