zzs 2 mesi fa
parent
commit
91ff8aa11b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      quote-info-record-player/src/components/ReRecord.vue

+ 1 - 1
quote-info-record-player/src/components/ReRecord.vue

@@ -37,7 +37,7 @@ const dialogTitle = ref('')
 const handlePlay = (row) => {
   if (row.detail) {
     dialogVisible.value = true;
-    dialogTitle.value = `id:${row.id}`
+    dialogTitle.value = `id:${row.id}-sid:${row.sid}-hid:${row.hid}`
     const events = JSON.parse(atob(row.detail));
     nextTick(() => {
       onPlay(events);