+
+ {{ $t('hailuo.name.hailuoBot') }}
+
+ {{ $dayjs.format('' + new Date(parseFloat(modelValue?.created_at || '') * 1000)) }}
+
+
+
+
+ {{ modelValue?.request?.prompt }}
+ - ({{ $t('hailuo.status.pending') }})
+
+ - ({{ $t('hailuo.status.processing') }})
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('hailuo.button.download') }}
+
+
+
+
+
+
+ {{ $t('hailuo.name.taskId') }}:
+ {{ modelValue?.id }}
+
+
+
+
+
+
+
+
+
+ {{ $t('hailuo.name.failure') }}
+
+
+
+ {{ $t('hailuo.name.taskId') }}:
+ {{ modelValue?.id }}
+
+
+
+
+ {{ $t('hailuo.name.failureReason') }}:
+ {{ modelValue?.response?.error?.message }}
+
+
+
+
+ {{ $t('hailuo.name.traceId') }}:
+ {{ modelValue?.response?.trace_id }}
+
+
+
+
+
+
+
+
+
+ {{ $t('hailuo.name.failure') }}
+
+
+
+ {{ $t('hailuo.name.taskId') }}:
+ {{ modelValue?.id }}
+
+
+
+
+