Skip to content

Commit

Permalink
fix(sidepanel): jobName display in table
Browse files Browse the repository at this point in the history
  • Loading branch information
lastsunday committed May 30, 2024
1 parent 3e7fd3d commit 5053306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidepanel/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
{{ datetimeFormat(scope.row.jobFirstPublishDatetime) }}
</template>
</el-table-column>
<el-table-column label="名称" width="150">
<el-table-column label="名称">
<template #default="scope">
<a :href="scope.row.jobUrl" target="_blank" :title="scope.row.jobUrl">
<el-text line-clamp="1">
Expand Down

0 comments on commit 5053306

Please sign in to comment.