实现 Booking Excel 预处理接入 SuperAgent
This commit is contained in:
@@ -357,6 +357,22 @@
|
||||
</details>
|
||||
</section>
|
||||
|
||||
<section
|
||||
v-if="result.attachment_extractions.length"
|
||||
class="debug-eml-card"
|
||||
>
|
||||
<div class="th-section-header">
|
||||
<h2 class="th-section-title">
|
||||
<i
|
||||
class="pi pi-file-excel"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
{{ t('debugEml.bookingExcelExtractions') }}
|
||||
</h2>
|
||||
</div>
|
||||
<pre>{{ formatJson(result.attachment_extractions) }}</pre>
|
||||
</section>
|
||||
|
||||
<section class="debug-eml-card debug-eml-result-section">
|
||||
<div class="th-section-header">
|
||||
<h2 class="th-section-title">
|
||||
|
||||
Reference in New Issue
Block a user