diff --git a/src/pages/SystemCharter/CloneHistory.vue b/src/pages/SystemCharter/CloneHistory.vue
index 3cfa330..3e4f0a5 100644
--- a/src/pages/SystemCharter/CloneHistory.vue
+++ b/src/pages/SystemCharter/CloneHistory.vue
@@ -12,6 +12,7 @@
+
{{ getStatusText(row.status) }}
@@ -77,6 +78,7 @@ const fetchHistory = async () => {
status: item.status,
attempts: item.attempts,
createdAt: item.createdAt,
+ speakerId: item.speakerId,
}));
} catch (error) {
console.error(error);