diff --git a/src/views/productManagement/ProWorkorder/index.vue b/src/views/productManagement/ProWorkorder/index.vue
index ab4f3ef..af609e7 100644
--- a/src/views/productManagement/ProWorkorder/index.vue
+++ b/src/views/productManagement/ProWorkorder/index.vue
@@ -807,7 +807,7 @@ function reset() {
// 初始化日期为 ISO 格式(2026-01-13T00:00:00 样式)
const today = new Date()
const isoDate = new Date(today.setHours(0, 0, 0, 0)).toISOString().slice(0, 19)
-
+ console.log(isoDate,'isoDate');
form.value = {
id: null,
productionName: null,
diff --git a/src/views/productManagement/ProgressTrack/index.vue b/src/views/productManagement/ProgressTrack/index.vue
index 77a4286..9ecf19f 100644
--- a/src/views/productManagement/ProgressTrack/index.vue
+++ b/src/views/productManagement/ProgressTrack/index.vue
@@ -67,6 +67,13 @@
:status="getProgressColor(scope.row)" />
+
+
+ 下发
+ 暂停
+ 完成
+
+
@@ -146,7 +153,7 @@ function resetQuery() {
queryParams.productionCode = ''
queryParams.workorderDate = getDefaultTime()
queryParams.status = -1
-
+
handleQuery()
}