mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: Add task description
This commit is contained in:
@@ -30,11 +30,11 @@ export default {
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
key: this.$t('Name'),
|
||||
key: this.$t('TaskPath'),
|
||||
value: this.object.name
|
||||
},
|
||||
{
|
||||
key: this.$t('Comment'),
|
||||
key: this.$t('Name'),
|
||||
value: this.object.meta.comment
|
||||
},
|
||||
{
|
||||
@@ -44,6 +44,10 @@ export default {
|
||||
{
|
||||
key: this.$t('LastPublishedTime'),
|
||||
value: this.object.last_published_time
|
||||
},
|
||||
{
|
||||
key: this.$t('Description'),
|
||||
value: this.object.meta.description
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user