[+] Display GPA string

This commit is contained in:
Hykilpikonna
2019-09-16 22:24:56 -04:00
parent 2beca45e38
commit bb4b34722f
+1 -1
View File
@@ -4,7 +4,7 @@
<el-col :span="4">
<el-card :body-style="{ padding: '0px' }">
<div style="padding: 14px;">
<span>GPA: 4.56</span>
<span>GPA: {{getGPA()}}</span>
<div class="bottom clearfix">
<time class="time">{{ new Date().toDateString() }}</time>
<el-button type="text" class="button">操作按钮</el-button>