add backup and admin dist

This commit is contained in:
xiaomlove
2021-05-02 17:24:05 +08:00
parent a46256e019
commit 1b2a2ecf62
54 changed files with 439 additions and 145 deletions
+4 -4
View File
@@ -3,7 +3,7 @@
<el-card>
<template #header>
<div class="card-header">
<span>Base Info</span>
<span>Base info</span>
</div>
</template>
<table class="table-base-info">
@@ -59,7 +59,7 @@
<el-card v-if="examInfo">
<template #header>
<div class="card-header">
<span>Exam</span>
<span>Exam on the way</span>
</div>
</template>
<el-row>
@@ -70,11 +70,11 @@
<td>{{examInfo.exam && examInfo.exam.name}}</td>
</tr>
<tr>
<td>Created At</td>
<td>Created at</td>
<td>{{examInfo.created_at}}</td>
</tr>
<tr>
<td>Exam Time</td>
<td>Exam time</td>
<td>{{examInfo.begin}} ~ {{examInfo.end}}</td>
</tr>
<tr>