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