diff --git a/frontend/src/query-tool/components/LotJobsTable.vue b/frontend/src/query-tool/components/LotJobsTable.vue
index 5861dc7..134b0d1 100644
--- a/frontend/src/query-tool/components/LotJobsTable.vue
+++ b/frontend/src/query-tool/components/LotJobsTable.vue
@@ -165,7 +165,7 @@ async function loadTxn(jobId) {
| 操作 |
- {{ column }}
+ {{ column === 'CONTAINERNAMES' ? 'LOT ID' : column }}
|
diff --git a/src/mes_dashboard/sql/query_tool/lot_jobs_with_txn.sql b/src/mes_dashboard/sql/query_tool/lot_jobs_with_txn.sql
index 1a6127c..8655f49 100644
--- a/src/mes_dashboard/sql/query_tool/lot_jobs_with_txn.sql
+++ b/src/mes_dashboard/sql/query_tool/lot_jobs_with_txn.sql
@@ -7,6 +7,7 @@
-- :time_end - End time of LOT processing
SELECT
+ j.CONTAINERNAMES,
j.RESOURCENAME,
j.JOBID,
j.JOBSTATUS AS JOB_FINAL_STATUS,