|
@@ -37,20 +37,20 @@ import jobIntention from './components/jobIntention.vue'
|
|
import trainingExperience from './components/trainingExperience.vue'
|
|
import trainingExperience from './components/trainingExperience.vue'
|
|
import educationExp from './components/educationExp.vue'
|
|
import educationExp from './components/educationExp.vue'
|
|
import workExperience from './components/workExperience.vue'
|
|
import workExperience from './components/workExperience.vue'
|
|
-import projectExperience from './components/projectExperience.vue'
|
|
|
|
|
|
+// import projectExperience from './components/projectExperience.vue'
|
|
import vocationalSkills from './components/vocationalSkills.vue'
|
|
import vocationalSkills from './components/vocationalSkills.vue'
|
|
|
|
|
|
const { t } = useI18n()
|
|
const { t } = useI18n()
|
|
const scrollBox = ref()
|
|
const scrollBox = ref()
|
|
const tab = ref(0)
|
|
const tab = ref(0)
|
|
-const paths = [basicInfo, selfEvaluation, jobIntention, educationExp, workExperience, projectExperience, trainingExperience, vocationalSkills]
|
|
|
|
|
|
+const paths = [basicInfo, selfEvaluation, jobIntention, educationExp, workExperience, trainingExperience, vocationalSkills]
|
|
const items = ref([
|
|
const items = ref([
|
|
{ text: t('resume.basicInfo'), id: 'basicInfo', status: false },
|
|
{ text: t('resume.basicInfo'), id: 'basicInfo', status: false },
|
|
{ text: t('resume.personalAdvantages'), id: 'selfEvaluation', status: false },
|
|
{ text: t('resume.personalAdvantages'), id: 'selfEvaluation', status: false },
|
|
{ text: t('resume.jobIntention'), id: 'jobIntention', status: false },
|
|
{ text: t('resume.jobIntention'), id: 'jobIntention', status: false },
|
|
{ text: t('resume.educationExp'), id: 'educationExp', status: false },
|
|
{ text: t('resume.educationExp'), id: 'educationExp', status: false },
|
|
{ text: t('resume.workExperience'), id: 'workExperience', status: false },
|
|
{ text: t('resume.workExperience'), id: 'workExperience', status: false },
|
|
- { text: t('resume.projectExperience'), id: 'projectExperience', status: false },
|
|
|
|
|
|
+ // { text: t('resume.projectExperience'), id: 'projectExperience', status: false },
|
|
{ text: t('resume.trainingExperience'), id: 'trainingExperience', status: false },
|
|
{ text: t('resume.trainingExperience'), id: 'trainingExperience', status: false },
|
|
{ text: t('resume.vocationalSkills'), id: 'vocationalSkills', status: false }
|
|
{ text: t('resume.vocationalSkills'), id: 'vocationalSkills', status: false }
|
|
])
|
|
])
|