From 9378634f877b46b1126fc9936be5b4bc12bda3df Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 05 三月 2024 11:05:54 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master --- 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