字典映射修改
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
<view class="company-info">
|
||||
<view class="company-name">{{ companyInfo.name || '企业名称' }}</view>
|
||||
<view class="company-details">
|
||||
<!-- <text class="industry">{{ getDictLabel('industry', companyInfo.industry) || '互联网' }}</text> -->
|
||||
<text class="industry">{{ getDictLabel('industry', companyInfo.industry) || '暂无行业数据' }}</text>
|
||||
<text class="separator">·</text>
|
||||
<text class="size">{{ getDictLabel('scale', companyInfo.scale) || '100-999人' }}</text>
|
||||
<text class="size">{{ getDictLabel('scale', companyInfo.scale) || '暂无规模数据' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user