From 80695943b005ab4c5cf1e3760d0aee1e975c3f64 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Thu, 9 Apr 2026 14:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8D=A0=E7=94=A8=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/logisticsManagement/storagelocationBasic.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/logisticsManagement/storagelocationBasic.vue b/src/views/logisticsManagement/storagelocationBasic.vue index ee845a8..2eec463 100644 --- a/src/views/logisticsManagement/storagelocationBasic.vue +++ b/src/views/logisticsManagement/storagelocationBasic.vue @@ -93,6 +93,13 @@ export default { sortable: true, span: 12, }, + { + label: '占用时间', + prop: 'updateTime', + search: true, + sortable: true, + span: 12, + }, { label: '库位状态', prop: 'locationStatus',