|
@@ -5,7 +5,7 @@
|
|
|
:extraTabs="[
|
|
:extraTabs="[
|
|
|
{
|
|
{
|
|
|
id: 5,
|
|
id: 5,
|
|
|
- text: '获得奖项',
|
|
|
|
|
|
|
+ text: '荣誉奖项',
|
|
|
width: 180,
|
|
width: 180,
|
|
|
visible: true,
|
|
visible: true,
|
|
|
},
|
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
<template #extraTabs="{ content, tabCurrentId }">
|
|
<template #extraTabs="{ content, tabCurrentId }">
|
|
|
<template v-if="tabCurrentId==5">
|
|
<template v-if="tabCurrentId==5">
|
|
|
- <!-- 获得奖项 -->
|
|
|
|
|
|
|
+ <!-- 荣誉奖项 -->
|
|
|
<Parse :content="content.prize" :tagStyle="commonParserStyle" />
|
|
<Parse :content="content.prize" :tagStyle="commonParserStyle" />
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="tabCurrentId==6">
|
|
<template v-else-if="tabCurrentId==6">
|