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