|
@@ -43,7 +43,7 @@
|
|
|
<span class="titlefont">已评</span>
|
|
|
</el-button>
|
|
|
<el-button size="small" @click="markedClick">
|
|
|
- <span class="titlefont"> {{ task.markedCount }} </span>
|
|
|
+ <span class="titlefont">{{ task.markedCount }}</span>
|
|
|
</el-button>
|
|
|
</el-button-group>
|
|
|
</small>
|
|
@@ -149,9 +149,9 @@
|
|
|
<el-table-column label="评阅时间">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- <span style="margin-left: 10px">
|
|
|
- {{ dateFormatter(scope.row) }}
|
|
|
- </span>
|
|
|
+ <span style="margin-left: 10px">{{
|
|
|
+ dateFormatter(scope.row)
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -161,18 +161,18 @@
|
|
|
<el-table-column label="问题卷">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- <span style="margin-left: 10px">
|
|
|
- {{ getTagName(scope.row.tag) }}
|
|
|
- </span>
|
|
|
+ <span style="margin-left: 10px">{{
|
|
|
+ getTagName(scope.row.tag)
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="评卷备注">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- <span style="margin-left: 10px">
|
|
|
- {{ scope.row.markRemark }}
|
|
|
- </span>
|
|
|
+ <span style="margin-left: 10px">{{
|
|
|
+ scope.row.markRemark
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -210,8 +210,8 @@
|
|
|
</span>
|
|
|
</small>
|
|
|
<small class="marktitle titlefont marksign">
|
|
|
- <el-button type="success" @click="backIndex" size="mini">
|
|
|
- <v-icon name="sign-out-alt" />
|
|
|
+ <el-button type="success" @click="backIndex" size="small">
|
|
|
+ <v-icon name="sign-out-alt" scale="0.5" />
|
|
|
<span class="titlefont">退回</span>
|
|
|
</el-button>
|
|
|
</small>
|