|
@@ -18,7 +18,7 @@
|
|
|
<Button
|
|
|
:type="btnIndex === item.userId + '_' + item.technologyType ? 'primary' : 'default'"
|
|
|
@click="userClick(item)"
|
|
|
- v-for="(item, index) in typeList['0']"
|
|
|
+ v-for="(item, index) in typeList['A007']"
|
|
|
:key="index"
|
|
|
>
|
|
|
<span>{{ item.realName }}(</span>
|
|
@@ -33,7 +33,7 @@
|
|
|
<Button
|
|
|
:type="btnIndex === item.userId + '_' + item.technologyType ? 'primary' : 'default'"
|
|
|
@click="userClick(item)"
|
|
|
- v-for="(item, index) in typeList['2']"
|
|
|
+ v-for="(item, index) in typeList['A012']"
|
|
|
:key="index"
|
|
|
>
|
|
|
<span>{{ item.realName }}(</span>
|
|
@@ -48,7 +48,7 @@
|
|
|
<Button
|
|
|
:type="btnIndex === item.userId + '_' + item.technologyType ? 'primary' : 'default'"
|
|
|
@click="userClick(item)"
|
|
|
- v-for="(item, index) in typeList['1']"
|
|
|
+ v-for="(item, index) in typeList['A008']"
|
|
|
:key="index"
|
|
|
>
|
|
|
<span>{{ item.realName }}(</span>
|