admin question and static update

This commit is contained in:
czm
2020-12-29 14:27:24 +08:00
parent 9b30d479fd
commit 78435af514
16 changed files with 54 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
</div>
<app-main />
<div class="foot-copyright">
<span>Copyright © 2020 TekSystem 版权所有</span>
<span>Copyright © 2020 TekSystems</span>
</div>
<back-to-top :visibility-height="100" :back-position="0" transition-name="fade" ref="backTop"/>
</div>

View File

@@ -30,7 +30,9 @@
<div class="q-title" v-html="question.title"/>
</div>
<div v-else-if="qType==5" v-loading="qLoading">
<div class="q-title" v-html="question.title"/>
题干<div class="q-title" v-html="question.title"/>
答案<div class="q-title" v-html="question.correct"/>
解析<div class="q-title" v-html="question.analyze"/>
</div>
<div v-else>
</div>

View File

@@ -32,7 +32,8 @@
</el-form>
<el-table v-loading="listLoading" :data="tableData" border fit highlight-current-row style="width: 100%">
<el-table-column prop="id" label="Id" width="90px"/>
<el-table-column prop="skill" label="skill" :formatter="subjectFormatter" width="120px"/>
<el-table-column prop="industryName" label="industry" width="120px"/>
<el-table-column prop="skillName" label="skill" width="120px"/>
<el-table-column prop="questionType" label="题型" :formatter="questionTypeFormatter" width="70px"/>
<el-table-column prop="shortTitle" label="题干" show-overflow-tooltip/>
<!-- <el-table-column prop="score" label="分数" width="60px"/> -->