字典映射修改

This commit is contained in:
francis_fh
2025-12-09 16:23:32 +08:00
parent f1c8d0457b
commit 92c6488d18

View File

@@ -25,9 +25,9 @@
<view class="company-info"> <view class="company-info">
<view class="company-name">{{ companyInfo.name || '企业名称' }}</view> <view class="company-name">{{ companyInfo.name || '企业名称' }}</view>
<view class="company-details"> <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="separator">·</text>
<text class="size">{{ getDictLabel('scale', companyInfo.scale) || '100-999人' }}</text> <text class="size">{{ getDictLabel('scale', companyInfo.scale) || '暂无规模数据' }}</text>
</view> </view>
</view> </view>