From d3316f91438ef607a3757944cdd6d4b868bcdf66 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 8 May 2023 17:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvPreInProductsDetail.vue | 1 + src/views/inventory/InvPreProductsDetail.vue | 1 + src/views/inventory/InvProductsDetail.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue index 68cbcb8..ab2ad28 100644 --- a/src/views/inventory/InvPreInProductsDetail.vue +++ b/src/views/inventory/InvPreInProductsDetail.vue @@ -107,6 +107,7 @@ prop="orderTime" width="150" show-overflow-tooltip + sortable="custom" :sort-orders="['ascending', 'descending']" > diff --git a/src/views/inventory/InvPreProductsDetail.vue b/src/views/inventory/InvPreProductsDetail.vue index ae17320..5fa6132 100644 --- a/src/views/inventory/InvPreProductsDetail.vue +++ b/src/views/inventory/InvPreProductsDetail.vue @@ -107,6 +107,7 @@ prop="orderTime" width="150" show-overflow-tooltip + sortable="custom" :sort-orders="['ascending', 'descending']" > diff --git a/src/views/inventory/InvProductsDetail.vue b/src/views/inventory/InvProductsDetail.vue index f94d4f0..db1ba6d 100644 --- a/src/views/inventory/InvProductsDetail.vue +++ b/src/views/inventory/InvProductsDetail.vue @@ -105,6 +105,7 @@ prop="orderTime" width="150" show-overflow-tooltip + sortable="custom" :sort-orders="['ascending', 'descending']" >