diff --git a/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue b/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue index 8455f56..6195f70 100644 --- a/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue +++ b/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue @@ -3,7 +3,14 @@ {{ jobInfo.companyName }} {{ jobInfo.jobName }} {{ jobInfo.positionName }} - + + {{ + jobInfo.date + ? transformUtcDateToLocalDate(jobInfo.date).format('YYYY-MM-DD HH:mm:ss') + : '无记录' + }} + + {{ jobInfo.date ? transformUtcDateToLocalDate(jobInfo.date).format('YYYY-MM-DD HH:mm:ss') @@ -18,19 +25,22 @@ {{ jobInfo.description }} - {{ jobInfo.bossName }} - {{ jobInfo.bossTitle }} + {{ jobInfo.bossName + }} - {{ jobInfo.bossTitle }}
{{ jobInfo.description }}