|
@@ -12,13 +12,7 @@
|
|
|
<el-col :span="24" class="other">
|
|
|
<el-col :span="24" class="title">{{ item.label }}</el-col>
|
|
|
<el-col :span="24" class="friend">合作伙伴</el-col>
|
|
|
- <el-col
|
|
|
- :span="24"
|
|
|
- class="other_1"
|
|
|
- v-for="(tag, indexx) in item.partner"
|
|
|
- :key="indexx"
|
|
|
- >{{ tag }}</el-col
|
|
|
- >
|
|
|
+ <el-col :span="24" class="other_1" v-for="(tag, indexx) in item.partner" :key="indexx">{{ tag }}</el-col>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
@@ -132,7 +126,7 @@ const list = ref([
|
|
|
value: '10',
|
|
|
url: eight4,
|
|
|
brief: '简介',
|
|
|
- partner: ['卫星研究院', '卫星研究院', '长春理工', '长光卫星']
|
|
|
+ partner: ['卫星研究院', '星网', '长春理工', '长光卫星']
|
|
|
},
|
|
|
{
|
|
|
id: '1',
|