From d6cc5ede29aa29d452276050c51235cbbce13e2a Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Sat, 12 Oct 2024 17:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/apply_list.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/course/apply_list.vue b/src/views/course/apply_list.vue index ee55e70..b7aae31 100644 --- a/src/views/course/apply_list.vue +++ b/src/views/course/apply_list.vue @@ -419,9 +419,7 @@ if (item.prop === 'status') { _export['status_text'] = item.label - } else if (item.prop === 'selection') { - - } else { + } else if (item.prop === 'created_at' || item.prop === 'score') { _export[item.prop] = item.label } })