| @@ -50,7 +50,7 @@ | |||
| v-for="item in leadingIndustryArr[activeTab].companyList" | |||
| :key="item.id" | |||
| > | |||
| <div> | |||
| <div :title="item.text"> | |||
| {{ item.text }} | |||
| </div> | |||
| </li> | |||
| @@ -83,7 +83,7 @@ | |||
| </div> | |||
| </div> | |||
| <div class="middle_row"> | |||
| <div class="company_type"> | |||
| <div class="company_type" :title="enterpriseLabel"> | |||
| <template v-if="enterpriseLabel.length > 0"> | |||
| <span v-for="item in enterpriseLabel" :key="item"> | |||
| {{ item }} | |||