diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue
index 4bdef1e..1e3d5b3 100644
--- a/src/views/historyMonitoring/index.vue
+++ b/src/views/historyMonitoring/index.vue
@@ -21,6 +21,11 @@
+
+
+
+
+
-
- {{ text === null ? '-' : text === 0 ? '单伸' : '双伸' }}
-
+
@@ -132,16 +135,16 @@ export default {
title: "工单号",
dataIndex: "orderNum",
},
+ {
+ title: "wms任务号",
+ dataIndex: "taskWMSId",
+ },
{
title: "巷道",
dataIndex: "streetName",
width: 90
},
- {
- title: "货架类型",
- dataIndex: "streetType",
- scopedSlots: {customRender: 'streetType'}
- },
+
{
title: "货位",
dataIndex: "goodsLocation",
@@ -149,6 +152,7 @@ export default {
{
title: "时间",
dataIndex: "startTime",
+ width:150,
},
{
title: "照片",