diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue index c264520..f769769 100644 --- a/pages/index/components/index-one.vue +++ b/pages/index/components/index-one.vue @@ -25,9 +25,9 @@ {{ companyInfo.name || '企业名称' }} - + {{ getDictLabel('industry', companyInfo.industry) || '暂无行业数据' }} · - {{ getDictLabel('scale', companyInfo.scale) || '100-999人' }} + {{ getDictLabel('scale', companyInfo.scale) || '暂无规模数据' }}