fix(query-tool): rename jobs CONTAINERNAMES header to LOT ID and include in export

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
egg
2026-02-24 19:13:19 +08:00
parent e37902861f
commit 70f94de38a
2 changed files with 2 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ async function loadTxn(jobId) {
<tr>
<th>操作</th>
<th v-for="column in jobColumns" :key="column">
{{ column }}
{{ column === 'CONTAINERNAMES' ? 'LOT ID' : column }}
</th>
</tr>
</thead>