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",