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']" >