@burh/nuxt-core 1.1.19 → 1.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/burh-ds/Curriculum/UserCurriculum/UserCvLeftSide.vue +41 -41
- package/components/burh-ds/Curriculum/UserCurriculum/UserCvMiddle.vue +770 -777
- package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSide.vue +73 -73
- package/components/burh-ds/Filters/BaseFilterContainer.vue +2 -2
- package/package.json +1 -1
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
class="mt-3 handle-icon-color"
|
|
6
6
|
v-model="activeTab"
|
|
7
7
|
>
|
|
8
|
-
<el-tab-pane
|
|
8
|
+
<el-tab-pane
|
|
9
9
|
v-if="hasMatch || (companyHasAutomation && hasAutomation)"
|
|
10
|
-
name="melissa"
|
|
10
|
+
name="melissa"
|
|
11
11
|
class="mx-2"
|
|
12
12
|
>
|
|
13
13
|
|
|
14
14
|
<div v-if="matchReason" class="match_reason">
|
|
15
|
-
<h1
|
|
15
|
+
<h1>{{ $t('user_cv.right_side.ai_insight') }}</h1>
|
|
16
16
|
<p>{{ matchReason }}</p>
|
|
17
17
|
</div>
|
|
18
|
-
|
|
18
|
+
|
|
19
19
|
<span class="tab__icon-pane" slot="label">
|
|
20
20
|
<img
|
|
21
21
|
class="img__icon-pane"
|
|
22
22
|
src="/img/recruitment/melissa.svg"
|
|
23
23
|
/>
|
|
24
24
|
</span>
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
<p v-if="!matchReason" class="notes-title mb-0 notes-melissa-title">
|
|
27
|
-
{{automation.aproved ?
|
|
28
|
-
'
|
|
29
|
-
'
|
|
27
|
+
{{ automation.aproved ?
|
|
28
|
+
$t('user_cv.right_side.candidate_approved_melissa') :
|
|
29
|
+
$t('user_cv.right_side.candidate_rejected_melissa') }}
|
|
30
30
|
</p>
|
|
31
31
|
<div class="line mb-3"></div>
|
|
32
32
|
<template>
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
<div class="notes-baloon-melissa mt-2">
|
|
36
36
|
<div class="question-melissa-title">
|
|
37
37
|
<span>
|
|
38
|
-
|
|
38
|
+
{{ $t('user_cv.right_side.question_drivers_license') }}
|
|
39
39
|
</span>
|
|
40
40
|
</div>
|
|
41
41
|
<div class="notes-text-melissa pt-2">
|
|
42
42
|
<span class="mt-2">
|
|
43
|
-
{{ Boolean(automation.vehicle_license.vehicle_license) ?
|
|
43
|
+
{{ Boolean(automation.vehicle_license.vehicle_license) ? $t('user_cv.right_side.answer_yes') : $t('user_cv.right_side.answer_no') }}
|
|
44
44
|
<span v-if="automation.vehicle_license.vehicle_license_approved">
|
|
45
45
|
✅
|
|
46
46
|
</span>
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
<div class="notes-baloon-melissa mt-2">
|
|
56
56
|
<div class="question-melissa-title">
|
|
57
57
|
<span>
|
|
58
|
-
|
|
58
|
+
{{ $t('user_cv.right_side.question_location') }}
|
|
59
59
|
</span>
|
|
60
60
|
</div>
|
|
61
61
|
<div class="notes-text-melissa pt-2">
|
|
62
62
|
<span class="mt-2">
|
|
63
|
-
{{ Boolean(automation.city.city) ?
|
|
63
|
+
{{ Boolean(automation.city.city) ? $t('user_cv.right_side.answer_yes') : $t('user_cv.right_side.answer_no') }}
|
|
64
64
|
<span v-if="automation.city.city_approved">
|
|
65
65
|
✅
|
|
66
66
|
</span>
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
<div class="notes-baloon-melissa mt-2">
|
|
76
76
|
<div class="question-melissa-title">
|
|
77
77
|
<span>
|
|
78
|
-
|
|
78
|
+
{{ $t('user_cv.right_side.question_urgent_hiring') }}
|
|
79
79
|
</span>
|
|
80
80
|
</div>
|
|
81
81
|
<div class="notes-text-melissa pt-2">
|
|
82
82
|
<span class="mt-2">
|
|
83
|
-
{{ Boolean(automation.urgent_hiring.urgent_hiring) ?
|
|
83
|
+
{{ Boolean(automation.urgent_hiring.urgent_hiring) ? $t('user_cv.right_side.answer_yes') : $t('user_cv.right_side.answer_no') }}
|
|
84
84
|
<span v-if="automation.urgent_hiring.urgent_hiring_approved">
|
|
85
85
|
✅
|
|
86
86
|
</span>
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
<div class="notes-baloon-melissa mt-2">
|
|
96
96
|
<div class="question-melissa-title">
|
|
97
97
|
<span>
|
|
98
|
-
|
|
98
|
+
{{ $t('user_cv.right_side.question_completed_course') }} <b>{{automation.school_formation.option}}</b>?
|
|
99
99
|
</span>
|
|
100
100
|
</div>
|
|
101
101
|
<div class="notes-text-melissa pt-2">
|
|
102
102
|
<span class="mt-2">
|
|
103
|
-
{{ Boolean(automation.school_formation.school_formation) ?
|
|
103
|
+
{{ Boolean(automation.school_formation.school_formation) ? $t('user_cv.right_side.answer_yes') : $t('user_cv.right_side.answer_no') }}
|
|
104
104
|
|
|
105
105
|
<span v-if="automation.school_formation.school_formation_approved">
|
|
106
106
|
✅
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class="notes-baloon-melissa mt-2">
|
|
117
117
|
<div class="question-melissa-title">
|
|
118
118
|
<span>
|
|
119
|
-
|
|
119
|
+
{{ $t('user_cv.right_side.question_tool_experience') }} <b>{{automation.tool_experience.option}}</b>?
|
|
120
120
|
</span>
|
|
121
121
|
</div>
|
|
122
122
|
<div class="notes-text-melissa pt-2">
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<div class="notes-baloon-melissa mt-2">
|
|
137
137
|
<div class="question-melissa-title">
|
|
138
138
|
<span>
|
|
139
|
-
|
|
139
|
+
{{ $t('user_cv.right_side.question_work_experience') }} <b>{{automation.work_experience.option}}</b>?
|
|
140
140
|
</span>
|
|
141
141
|
</div>
|
|
142
142
|
<div class="notes-text-melissa pt-2">
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
<div class="notes-baloon-melissa mt-2">
|
|
157
157
|
<div class="question-melissa-title">
|
|
158
158
|
<span>
|
|
159
|
-
|
|
159
|
+
{{ $t('user_cv.right_side.question_sector_experience') }} <b>{{automation.sector_experience.option}}</b>?
|
|
160
160
|
</span>
|
|
161
161
|
</div>
|
|
162
162
|
<div class="notes-text-melissa pt-2">
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<div class="notes-baloon-melissa mt-2">
|
|
177
177
|
<div class="question-melissa-title">
|
|
178
178
|
<span>
|
|
179
|
-
|
|
179
|
+
{{ $t('user_cv.right_side.question_language_proficiency') }} <b>{{automation.language.option}}</b>?
|
|
180
180
|
</span>
|
|
181
181
|
</div>
|
|
182
182
|
<div class="notes-text-melissa pt-2">
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
<div class="notes-text-melissa pt-2">
|
|
204
204
|
<span class="mt-2">
|
|
205
|
-
{{ typeof melissa.response === "boolean" ? melissa.response ?
|
|
205
|
+
{{ typeof melissa.response === "boolean" ? melissa.response ? $t('user_cv.right_side.answer_yes') : $t('user_cv.right_side.answer_no') : melissa.response }}
|
|
206
206
|
<span v-if="melissa.approved_in_question">
|
|
207
207
|
✅
|
|
208
208
|
</span>
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
</span>
|
|
226
226
|
<upgrade-plan @send-contact="sendContact" v-if="isLocked" />
|
|
227
227
|
|
|
228
|
-
<p class="notes-title mb-0">
|
|
228
|
+
<p class="notes-title mb-0">{{ $t('user_cv.right_side.company_history') }}</p>
|
|
229
229
|
<div class="line mb-3"></div>
|
|
230
230
|
|
|
231
231
|
<template v-if="!isLocked">
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
|
|
240
240
|
<el-tooltip
|
|
241
241
|
placement="top"
|
|
242
|
-
content="
|
|
242
|
+
:content="$t('user_cv.right_side.download_pdf')"
|
|
243
243
|
>
|
|
244
244
|
<button
|
|
245
245
|
v-if="item.hasDownload"
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
<span>{{ item.date | convertDate }}</span>
|
|
255
255
|
</div>
|
|
256
256
|
<p v-if="companyHistory().length === 0" class="history-text">
|
|
257
|
-
|
|
257
|
+
{{ $t('user_cv.right_side.empty_history') }}
|
|
258
258
|
</p>
|
|
259
259
|
</template>
|
|
260
260
|
</el-tab-pane>
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
|
|
270
270
|
<upgrade-plan @send-contact="sendContact" v-if="isLocked" />
|
|
271
271
|
|
|
272
|
-
<p class="notes-title mb-0">
|
|
272
|
+
<p class="notes-title mb-0">{{ $t('user_cv.right_side.team_notes') }}</p>
|
|
273
273
|
<div class="line mb-3"></div>
|
|
274
274
|
|
|
275
275
|
<template v-if="!isLocked">
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
class="d-flex justify-content-between align-items-center mx-3"
|
|
287
287
|
>
|
|
288
288
|
<p @click.prevent="handleRemoveNote(note)" v-if="String(currentUser.id) === String(note.user_id)" class="notes-date remove-baloon">
|
|
289
|
-
|
|
289
|
+
{{ $t('user_cv.right_side.delete_note') }}
|
|
290
290
|
</p>
|
|
291
291
|
<div v-else></div>
|
|
292
292
|
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
</div>
|
|
309
309
|
</template>
|
|
310
310
|
<div class="notes-text" v-if="notes.length === 0">
|
|
311
|
-
<p>
|
|
311
|
+
<p>{{ $t('user_cv.right_side.no_notes_created') }}</p>
|
|
312
312
|
</div>
|
|
313
313
|
</template>
|
|
314
314
|
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
<input
|
|
317
317
|
class="notes-new pl-4 mt-3 mb-3 form-rounded"
|
|
318
318
|
type="text"
|
|
319
|
-
placeholder="
|
|
319
|
+
:placeholder="$t('user_cv.right_side.write_note_placeholder')"
|
|
320
320
|
v-model="newNote"
|
|
321
321
|
@change="$emit('new-note', newNote, userData.id)"
|
|
322
322
|
v-on:change="cleatInput()"
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
|
|
342
342
|
<upgrade-plan @send-contact="sendContact" v-if="isLocked" />
|
|
343
343
|
|
|
344
|
-
<p class="notes-title mb-0">
|
|
344
|
+
<p class="notes-title mb-0">{{ $t('user_cv.right_side.attached_documents') }}</p>
|
|
345
345
|
<div class="line mb-3"></div>
|
|
346
346
|
|
|
347
347
|
<template v-if="!isLocked">
|
|
@@ -359,21 +359,21 @@
|
|
|
359
359
|
</div>
|
|
360
360
|
</div>
|
|
361
361
|
<div v-if="hasRemove && hasRemove == (index+1)" class="archive-remove">
|
|
362
|
-
<p>
|
|
362
|
+
<p>{{ $t('user_cv.right_side.delete_file_confirmation') }}</p>
|
|
363
363
|
<div class="d-flex">
|
|
364
364
|
<base-button
|
|
365
365
|
@click="removeArchive(currentRemoveItem, index)"
|
|
366
366
|
size="sm"
|
|
367
367
|
class="btn-outline-primary col-6 p-1"
|
|
368
368
|
>
|
|
369
|
-
|
|
369
|
+
{{ $t('user_cv.right_side.delete_button') }}
|
|
370
370
|
</base-button>
|
|
371
371
|
<base-button
|
|
372
372
|
@click="hasRemove = false"
|
|
373
373
|
size="sm"
|
|
374
374
|
class="btn-outline-danger col-6 p-1"
|
|
375
375
|
>
|
|
376
|
-
|
|
376
|
+
{{ $t('user_cv.right_side.cancel_button') }}
|
|
377
377
|
</base-button>
|
|
378
378
|
</div>
|
|
379
379
|
</div>
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
</div>
|
|
382
382
|
|
|
383
383
|
<div class="notes-text" v-if="archives == null">
|
|
384
|
-
<p>
|
|
384
|
+
<p>{{ $t('user_cv.right_side.no_files_attached') }}</p>
|
|
385
385
|
</div>
|
|
386
386
|
</template>
|
|
387
387
|
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
</div>
|
|
398
398
|
|
|
399
399
|
<div class="archive-buttons">
|
|
400
|
-
<base-button @click="saveImage" size="sm" class="btn-outline-primary btn-rounded col-12">
|
|
400
|
+
<base-button @click="saveImage" size="sm" class="btn-outline-primary btn-rounded col-12">{{ $t('user_cv.right_side.save_button') }}</base-button>
|
|
401
401
|
</div>
|
|
402
402
|
</div>
|
|
403
403
|
</el-tab-pane>
|
|
@@ -412,19 +412,19 @@
|
|
|
412
412
|
|
|
413
413
|
<upgrade-plan @send-contact="sendContact" v-if="isLocked" />
|
|
414
414
|
|
|
415
|
-
<p class="notes-title mb-0">
|
|
415
|
+
<p class="notes-title mb-0">{{ $t('user_cv.right_side.candidate_report') }}</p>
|
|
416
416
|
<div class="line mb-3"></div>
|
|
417
417
|
<div class="evaluation-area" v-if="likeStatus">
|
|
418
418
|
<div class="action">
|
|
419
419
|
<like class="icon" :colorActiveLike="likeStatus"/>
|
|
420
420
|
<span class="font-weight-bold evaluation-area__text">
|
|
421
|
-
|
|
421
|
+
{{ $t('user_cv.right_side.liked') }}
|
|
422
422
|
</span>
|
|
423
423
|
</div>
|
|
424
424
|
<div class="action">
|
|
425
425
|
<deslike class="icon" :colorActiveDeslike="likeStatus"/>
|
|
426
426
|
<span class="font-weight-bold evaluation-area__text">
|
|
427
|
-
|
|
427
|
+
{{ $t('user_cv.right_side.disliked') }}
|
|
428
428
|
</span>
|
|
429
429
|
</div>
|
|
430
430
|
</div>
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
/>
|
|
440
440
|
|
|
441
441
|
<div class="archive-buttons" v-if="reportFileUpload.length > 0">
|
|
442
|
-
<base-button @click="saveReport" size="sm" class="btn-outline-primary btn-rounded col-12">
|
|
442
|
+
<base-button @click="saveReport" size="sm" class="btn-outline-primary btn-rounded col-12">{{ $t('user_cv.right_side.save_button') }}</base-button>
|
|
443
443
|
</div>
|
|
444
444
|
</div>
|
|
445
445
|
|
|
@@ -456,28 +456,28 @@
|
|
|
456
456
|
</div>
|
|
457
457
|
</div>
|
|
458
458
|
<div v-if="hasReportRemove" class="archive-remove">
|
|
459
|
-
<p>
|
|
459
|
+
<p>{{ $t('user_cv.right_side.delete_file_confirmation') }}</p>
|
|
460
460
|
<div class="d-flex">
|
|
461
461
|
<base-button
|
|
462
462
|
@click="removeReportArchive(currentRemoveItem)"
|
|
463
463
|
size="sm"
|
|
464
464
|
class="btn-outline-primary col-6 p-1"
|
|
465
465
|
>
|
|
466
|
-
|
|
466
|
+
{{ $t('user_cv.right_side.delete_button') }}
|
|
467
467
|
</base-button>
|
|
468
468
|
<base-button
|
|
469
469
|
@click="hasRemove = false"
|
|
470
470
|
size="sm"
|
|
471
471
|
class="btn-outline-danger col-6 p-1"
|
|
472
472
|
>
|
|
473
|
-
|
|
473
|
+
{{ $t('user_cv.right_side.cancel_button') }}
|
|
474
474
|
</base-button>
|
|
475
475
|
</div>
|
|
476
476
|
</div>
|
|
477
477
|
</div>
|
|
478
478
|
</template>
|
|
479
479
|
|
|
480
|
-
<p class="notes-title mb-0">
|
|
480
|
+
<p class="notes-title mb-0">{{ $t('user_cv.right_side.recruiter_comments') }}</p>
|
|
481
481
|
<div class="line mb-3"></div>
|
|
482
482
|
|
|
483
483
|
<template v-if="!isLocked">
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
<input
|
|
496
496
|
class="notes-new pl-4 mt-3 mb-3 form-rounded"
|
|
497
497
|
type="text"
|
|
498
|
-
placeholder="
|
|
498
|
+
:placeholder="$t('user_cv.right_side.write_note_placeholder')"
|
|
499
499
|
v-model="newReportNote"
|
|
500
500
|
@change="handleNewReportNoteSubmit"
|
|
501
501
|
v-on:change="cleatInput()"
|
|
@@ -517,16 +517,16 @@
|
|
|
517
517
|
|
|
518
518
|
<upgrade-plan @send-contact="sendContact" v-if="isLocked" />
|
|
519
519
|
|
|
520
|
-
<p class="notes-title mb-0">
|
|
520
|
+
<p class="notes-title mb-0">{{ $t('user_cv.right_side.payroll_data') }}</p>
|
|
521
521
|
|
|
522
522
|
<ul class="sheet-list">
|
|
523
|
-
<li>
|
|
524
|
-
<li>
|
|
525
|
-
<li>
|
|
526
|
-
<li>
|
|
527
|
-
<li>
|
|
528
|
-
<li>
|
|
529
|
-
<li>
|
|
523
|
+
<li>{{ $t('user_cv.right_side.unit_label') }} <span>{{ sheet.name_branch }}</span></li>
|
|
524
|
+
<li>{{ $t('user_cv.right_side.salary_label') }} <span>{{ sheet.sallary || '-' }}</span></li>
|
|
525
|
+
<li>{{ $t('user_cv.right_side.department_label') }} <span>{{ sheet.nane_department || '-' }}</span></li>
|
|
526
|
+
<li>{{ $t('user_cv.right_side.direct_manager_label') }} <span>{{ sheet.manager_immediate || '-' }}</span></li>
|
|
527
|
+
<li>{{ $t('user_cv.right_side.admission_date_label') }} <span>{{ sheet.entry_date || '-' }}</span></li>
|
|
528
|
+
<li>{{ $t('user_cv.right_side.position_label') }} <span>{{ sheet.job_title_name || '-' }}</span></li>
|
|
529
|
+
<li>{{ $t('user_cv.right_side.registration_label') }} <span>{{ sheet.enrolment || '-' }}</span></li>
|
|
530
530
|
</ul>
|
|
531
531
|
</el-tab-pane>
|
|
532
532
|
</el-tabs>
|
|
@@ -589,19 +589,19 @@ export default {
|
|
|
589
589
|
fileToUpload: [],
|
|
590
590
|
dropzoneOptions: {
|
|
591
591
|
maxFilesize: 5,
|
|
592
|
-
dictFileTooBig:
|
|
593
|
-
dictDefaultMessage: '
|
|
594
|
-
dictInvalidFileType: '
|
|
595
|
-
dictMaxFilesExceeded: '
|
|
592
|
+
dictFileTooBig: this.$t('user_cv.right_side.dropzone_file_too_big'),
|
|
593
|
+
dictDefaultMessage: this.$t('user_cv.right_side.dropzone_default_message'),
|
|
594
|
+
dictInvalidFileType: this.$t('user_cv.right_side.dropzone_invalid_file'),
|
|
595
|
+
dictMaxFilesExceeded: this.$t('user_cv.right_side.dropzone_max_files'),
|
|
596
596
|
acceptedFiles: 'image/*, application/pdf',
|
|
597
597
|
},
|
|
598
598
|
reportFileUpload: [],
|
|
599
599
|
reportsDropdownzoneOptions: {
|
|
600
600
|
maxFilesize: 1,
|
|
601
|
-
dictFileTooBig:
|
|
602
|
-
dictDefaultMessage: '
|
|
603
|
-
dictInvalidFileType: '
|
|
604
|
-
dictMaxFilesExceeded: '
|
|
601
|
+
dictFileTooBig: this.$t('user_cv.right_side.dropzone_file_too_big'),
|
|
602
|
+
dictDefaultMessage: this.$t('user_cv.right_side.dropzone_default_message'),
|
|
603
|
+
dictInvalidFileType: this.$t('user_cv.right_side.dropzone_invalid_file'),
|
|
604
|
+
dictMaxFilesExceeded: this.$t('user_cv.right_side.dropzone_max_files'),
|
|
605
605
|
acceptedFiles: 'image/*, application/pdf',
|
|
606
606
|
},
|
|
607
607
|
userReportData: [],
|
|
@@ -655,7 +655,7 @@ export default {
|
|
|
655
655
|
.then(res => res.data)
|
|
656
656
|
.catch(() => {});
|
|
657
657
|
|
|
658
|
-
if (!response || response && response.error) return this.showToast('error', '
|
|
658
|
+
if (!response || response && response.error) return this.showToast('error', this.$t('user_cv.right_side.error_remove_note'));
|
|
659
659
|
|
|
660
660
|
this.notes = this.notes.filter(n => n.id !== note.id);
|
|
661
661
|
},
|
|
@@ -707,12 +707,12 @@ export default {
|
|
|
707
707
|
if (!this.isError) {
|
|
708
708
|
this.$emit('save-archive', this.fileToUpload[0], this.userData.id);
|
|
709
709
|
this.$refs.MyDropzone && this.$refs.MyDropzone.removeAllFiles();
|
|
710
|
-
this.showToast('success', '
|
|
710
|
+
this.showToast('success', this.$t('user_cv.right_side.file_sent_success'));
|
|
711
711
|
} else {
|
|
712
712
|
if (this.fileToUpload.length > 0) {
|
|
713
|
-
this.showToast('error', '
|
|
713
|
+
this.showToast('error', this.$t('user_cv.right_side.invalid_file'));
|
|
714
714
|
} else {
|
|
715
|
-
this.showToast('warning', '
|
|
715
|
+
this.showToast('warning', this.$t('user_cv.right_side.select_file'));
|
|
716
716
|
}
|
|
717
717
|
}
|
|
718
718
|
},
|
|
@@ -720,13 +720,13 @@ export default {
|
|
|
720
720
|
if (!this.isError) {
|
|
721
721
|
this.$emit('save-report', this.reportFileUpload[0], this.userFolderId);
|
|
722
722
|
this.$refs.MyReportDropzone && this.$refs.MyReportDropzone.removeAllFiles();
|
|
723
|
-
this.showToast('success', '
|
|
723
|
+
this.showToast('success', this.$t('user_cv.right_side.file_sent_success'));
|
|
724
724
|
|
|
725
725
|
} else {
|
|
726
726
|
if (this.reportFileUpload.length > 0) {
|
|
727
|
-
this.showToast('error', '
|
|
727
|
+
this.showToast('error', this.$t('user_cv.right_side.invalid_file'));
|
|
728
728
|
} else {
|
|
729
|
-
this.showToast('warning', '
|
|
729
|
+
this.showToast('warning', this.$t('user_cv.right_side.select_file'));
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
},
|
|
@@ -772,7 +772,7 @@ export default {
|
|
|
772
772
|
const testData = {
|
|
773
773
|
avarage: test.avarage,
|
|
774
774
|
date: test.finished_at,
|
|
775
|
-
text:
|
|
775
|
+
text: `${this.$t('user_cv.right_side.completed_test')} ${test.test.name.toUpperCase()} ${this.$t('user_cv.right_side.with_score')} <b>${test.avarage}</b>`
|
|
776
776
|
};
|
|
777
777
|
|
|
778
778
|
return testData;
|
|
@@ -793,7 +793,7 @@ export default {
|
|
|
793
793
|
job: {
|
|
794
794
|
name: job.job.title
|
|
795
795
|
},
|
|
796
|
-
text:
|
|
796
|
+
text: `${this.$t('user_cv.right_side.applied_to_position')} ${job.job.title}`
|
|
797
797
|
};
|
|
798
798
|
});
|
|
799
799
|
|
|
@@ -810,10 +810,10 @@ export default {
|
|
|
810
810
|
};
|
|
811
811
|
|
|
812
812
|
if (x.finished_at) {
|
|
813
|
-
test.text =
|
|
813
|
+
test.text = `${this.$t('user_cv.right_side.completed_test')} ${x.test.name.toUpperCase()} ${this.$t('user_cv.right_side.with_score')} <b>${x.avarage}</b>`;
|
|
814
814
|
test.hasDownload = true;
|
|
815
815
|
} else {
|
|
816
|
-
test.text =
|
|
816
|
+
test.text = `${this.$t('user_cv.right_side.received_test')} ${x.test.name.toUpperCase()}`;
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
return test;
|
|
@@ -823,14 +823,14 @@ export default {
|
|
|
823
823
|
if (x.finished_at) {
|
|
824
824
|
return{
|
|
825
825
|
date: x.finished_at,
|
|
826
|
-
text:
|
|
826
|
+
text: `${this.$t('user_cv.right_side.completed_course')} ${x.course.name.toUpperCase()}`
|
|
827
827
|
};
|
|
828
828
|
}
|
|
829
829
|
});
|
|
830
830
|
|
|
831
831
|
let discs = this.userData.solides.map(x => ({
|
|
832
832
|
date: x.end,
|
|
833
|
-
text: '
|
|
833
|
+
text: this.$t('user_cv.right_side.took_disc_test')
|
|
834
834
|
}));
|
|
835
835
|
|
|
836
836
|
history = history.concat(jobs, tests, discs, courses);
|
|
@@ -913,7 +913,7 @@ export default {
|
|
|
913
913
|
|
|
914
914
|
if(this.hasMatch){
|
|
915
915
|
activeTab = 'melissa';
|
|
916
|
-
|
|
916
|
+
|
|
917
917
|
return activeTab;
|
|
918
918
|
}
|
|
919
919
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@click="$emit('filter-clear')"
|
|
11
11
|
class="base__filter__button clear"
|
|
12
12
|
>
|
|
13
|
-
<span>
|
|
13
|
+
<span>{{ $t('base_filter_container.clear_button') }}</span>
|
|
14
14
|
</button>
|
|
15
15
|
</div>
|
|
16
16
|
<div>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<diamond class="lock" />
|
|
25
25
|
</span>
|
|
26
26
|
</template>
|
|
27
|
-
<span>
|
|
27
|
+
<span>{{ $t('base_filter_container.filter_button') }}</span>
|
|
28
28
|
</button>
|
|
29
29
|
</div>
|
|
30
30
|
</div>
|