fix: Update last published time field

This commit is contained in:
w940853815
2025-06-10 15:08:30 +08:00
committed by w940853815
parent d6ac0db0e6
commit 714350d40e

View File

@@ -43,7 +43,7 @@ export default {
},
{
key: this.$t('LastPublishedTime'),
value: this.object.last_published_time
value: this.object.date_last_publish
},
{
key: this.$t('Description'),