From 6557d0237f39f302aa0a7ae6c23b8b4aac1e117f Mon Sep 17 00:00:00 2001 From: Ting-Jun Wang Date: Fri, 16 Oct 2020 14:20:06 +0800 Subject: [PATCH] =?UTF-8?q?Feat:=20=E7=95=B6=E4=BD=BF=E7=94=A8=E9=97=9C?= =?UTF-8?q?=E9=8D=B5=E5=AD=97=E6=90=9C=E5=B0=8B=EF=BC=8C=E9=A1=AF=E7=A4=BA?= =?UTF-8?q?=E8=A9=B2=E8=AA=B2=E7=B3=BB=E6=89=80=E5=90=8D=E7=A8=B1(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/components/coursesList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/js/components/coursesList.vue b/js/components/coursesList.vue index 9b6a81b..35bef95 100644 --- a/js/components/coursesList.vue +++ b/js/components/coursesList.vue @@ -64,6 +64,7 @@ var coursesList = {
{{ course.name }} () + —— {{ (course.department.indexOf(', ')!=-1) ?(course.department.split(', ')[1]) :(course.department) }}