|
@@ -9,9 +9,9 @@
|
|
<v-icon :icon="item.icon"></v-icon>
|
|
<v-icon :icon="item.icon"></v-icon>
|
|
</template>
|
|
</template>
|
|
<v-list-item-title v-text="item.text"></v-list-item-title>
|
|
<v-list-item-title v-text="item.text"></v-list-item-title>
|
|
- <template v-slot:append>
|
|
|
|
|
|
+ <!-- <template v-slot:append>
|
|
<v-icon color="primary">mdi-check</v-icon>
|
|
<v-icon color="primary">mdi-check</v-icon>
|
|
- </template>
|
|
|
|
|
|
+ </template> -->
|
|
</v-list-item>
|
|
</v-list-item>
|
|
</v-list>
|
|
</v-list>
|
|
</v-card>
|
|
</v-card>
|
|
@@ -50,9 +50,9 @@ const comList = [
|
|
{ path: basicInfo, id: 'resumeBasicInfo' },
|
|
{ path: basicInfo, id: 'resumeBasicInfo' },
|
|
{ path: selfEvaluation, id: 'resumeSelfEvaluation' },
|
|
{ path: selfEvaluation, id: 'resumeSelfEvaluation' },
|
|
{ path: jobIntention, id: 'resumeJobIntention' },
|
|
{ path: jobIntention, id: 'resumeJobIntention' },
|
|
- { path: trainingExperience, id: 'resumeTrainingExperience' },
|
|
|
|
{ path: educationExp, id: 'resumeEducationExp' },
|
|
{ path: educationExp, id: 'resumeEducationExp' },
|
|
- { path: projectExperience, id: 'resumeProjectExperience' }
|
|
|
|
|
|
+ { path: projectExperience, id: 'resumeProjectExperience' },
|
|
|
|
+ { path: trainingExperience, id: 'resumeTrainingExperience' },
|
|
]
|
|
]
|
|
const items = [
|
|
const items = [
|
|
{ text: '基本信息', icon: 'mdi-account-outline', id: 'basicInfo' },
|
|
{ text: '基本信息', icon: 'mdi-account-outline', id: 'basicInfo' },
|