|
@@ -2,6 +2,7 @@
|
|
<div>
|
|
<div>
|
|
<basicInfo class="mb-3"></basicInfo>
|
|
<basicInfo class="mb-3"></basicInfo>
|
|
<selfEvaluation></selfEvaluation>
|
|
<selfEvaluation></selfEvaluation>
|
|
|
|
+ <jobIntention class="mt"></jobIntention>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -9,7 +10,11 @@
|
|
import basicInfo from '../components/right/basicInfo.vue'
|
|
import basicInfo from '../components/right/basicInfo.vue'
|
|
defineOptions({ name: 'resume-right'})
|
|
defineOptions({ name: 'resume-right'})
|
|
import selfEvaluation from '../components/selfEvaluation.vue'
|
|
import selfEvaluation from '../components/selfEvaluation.vue'
|
|
|
|
+import jobIntention from '../components/jobIntention.vue'
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
|
+.mt {
|
|
|
|
+ margin-top: 12px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|