mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-30 03:07:59 +08:00
Merge pull request #47 from liweijie0812/deploy-commit-list
U change commit list dialog
This commit is contained in:
commit
3bcce81212
@ -36,24 +36,24 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="commit" label="commit" width="290">
|
||||
<template #default="scope">
|
||||
<RepoURL
|
||||
style="font-size: 12px"
|
||||
:url="projectRow.url"
|
||||
:suffix="`/commit/${scope.row.commit}`"
|
||||
:text="scope.row.commit"
|
||||
>
|
||||
</RepoURL>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="author" width="155" label="author" />
|
||||
<el-table-column
|
||||
prop="message"
|
||||
width="155"
|
||||
label="message"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column prop="commit" label="commit" width="290">
|
||||
<template #default="scope">
|
||||
<RepoURL
|
||||
style="font-size: 12px"
|
||||
:url="projectRow.url"
|
||||
:suffix="`/commit/${scope.row.commit}`"
|
||||
:text="scope.row.commit.substring(0, 6)"
|
||||
>
|
||||
</RepoURL>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="author" width="155" label="author" />
|
||||
<el-table-column label="time" width="155" align="center">
|
||||
<template #default="scope">
|
||||
{{ parseTime(scope.row.timestamp) }}
|
||||
|
Loading…
Reference in New Issue
Block a user