From 749e60c720d0be45061e1fc71e8b8c079fba18ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Wed, 20 Mar 2024 11:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/historyMonitoring/index.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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