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:
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user