diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index 4ac3354..16ba94f 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -121,15 +121,7 @@ export default { dataIndex: "streetName", width: 90 }, - { - title: "货架类型", - dataIndex: "streetType", - scopedSlots: {customRender: 'streetType'} - }, - { - title: "货位", - dataIndex: "goodsLocation", - }, + { title: "时间", dataIndex: "startTime", @@ -141,7 +133,7 @@ export default { width:320, }, { - title: "视频状态", + title: "状态", // dataIndex: "status", scopedSlots: {customRender: 'status'}, width: 90