revert: remove ChangeJobLibraryView1744467048874

This commit is contained in:
geekgeekrun
2025-04-13 13:24:10 +08:00
parent a8a1856527
commit b7f149032a
5 changed files with 3 additions and 39 deletions
@@ -3,13 +3,6 @@
<el-form-item label="公司">{{ jobInfo.companyName }}</el-form-item>
<el-form-item label="职位名称">{{ jobInfo.jobName }}</el-form-item>
<el-form-item label="职位分类">{{ jobInfo.positionName }}</el-form-item>
<el-form-item v-if="scene === 'jobLibrary'" label="最近抓取时间">
{{
jobInfo.latestLogDate
? transformUtcDateToLocalDate(jobInfo.latestLogDate).format('YYYY-MM-DD HH:mm:ss')
: '无记录数据可能来自旧版本'
}}
</el-form-item>
<el-form-item v-if="scene !== 'jobLibrary'" label="开聊时间">
{{
jobInfo.date
@@ -38,7 +38,6 @@
link
type="primary"
size="small"
:disabled="!row.latestLogDate"
@click="handleViewJobHistoryButtonClick(row)"
>变更记录</ElButton
>