From cb1dbf9253da33219b6b7e96adcfdf6ca3ed0617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Wed, 10 Jul 2024 11:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=BB=BB=E5=8A=A1=E5=8F=B7?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkSummary/index.vue | 2 +- src/views/checkSummary/model.vue | 2 +- src/views/historyCheck/index.vue | 2 +- src/views/historyMonitoring/index.vue | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/checkSummary/index.vue b/src/views/checkSummary/index.vue index e3700fc..13a48fd 100644 --- a/src/views/checkSummary/index.vue +++ b/src/views/checkSummary/index.vue @@ -81,7 +81,7 @@ export default { columns: [ { title: "盘点任务号", - dataIndex: "taskId", + dataIndex: "checkNum", }, { title: "开始时间 ", diff --git a/src/views/checkSummary/model.vue b/src/views/checkSummary/model.vue index 1c281e0..290a925 100644 --- a/src/views/checkSummary/model.vue +++ b/src/views/checkSummary/model.vue @@ -62,7 +62,7 @@ export default { }, { title: "盘点任务号", - dataIndex: "taskId", + dataIndex: "checkNum", }, { title: "空托盘数量", diff --git a/src/views/historyCheck/index.vue b/src/views/historyCheck/index.vue index 3e74eb4..6359e00 100644 --- a/src/views/historyCheck/index.vue +++ b/src/views/historyCheck/index.vue @@ -154,7 +154,7 @@ export default { }, { title: "盘点任务号", - dataIndex: "taskId", + dataIndex: "checkNum", }, { title: "巷道名", diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index 7b55dda..63f0eb1 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -156,12 +156,12 @@ export default { scopedSlots: {customRender: 'pics'}, width:320, }, - { - title: "视频状态", - // dataIndex: "status", - scopedSlots: {customRender: 'status'}, - width: 90 - }, + // { + // title: "视频状态", + // // dataIndex: "status", + // scopedSlots: {customRender: 'status'}, + // width: 90 + // }, { title: "工单时长", dataIndex: "timeLength",