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> <tr>
<th>操作</th> <th>操作</th>
<th v-for="column in jobColumns" :key="column"> <th v-for="column in jobColumns" :key="column">
{{ column }} {{ column === 'CONTAINERNAMES' ? 'LOT ID' : column }}
</th> </th>
</tr> </tr>
</thead> </thead>

View File

@@ -7,6 +7,7 @@
-- :time_end - End time of LOT processing -- :time_end - End time of LOT processing
SELECT SELECT
j.CONTAINERNAMES,
j.RESOURCENAME, j.RESOURCENAME,
j.JOBID, j.JOBID,
j.JOBSTATUS AS JOB_FINAL_STATUS, j.JOBSTATUS AS JOB_FINAL_STATUS,