From 0b04b762a7a14bb971928ba036e3f8a21a55a67d Mon Sep 17 00:00:00 2001
From: gaoaoy <1042166043@qq.com>
Date: 星期四, 29 二月 2024 10:54:16 +0800
Subject: [PATCH] 5 实验室管理(场所或设施)
---
src/components/view/registrant-count.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/view/registrant-count.vue b/src/components/view/registrant-count.vue
index 4998eb2..5f89802 100644
--- a/src/components/view/registrant-count.vue
+++ b/src/components/view/registrant-count.vue
@@ -97,7 +97,7 @@
name: null,
product: null,
orderBy: {
- field: 'update_time',
+ field: 'create_time',
order: 'desc'
}
},
--
Gitblit v1.9.3