|
@@ -29,16 +29,20 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div class="part-box-action">
|
|
|
- <el-button type="primary" @click="toBind"> 绑定评卷员 </el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-link" @click="toBind">
|
|
|
+ 绑定评卷员
|
|
|
+ </el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
:disabled="!multipleSelection.length"
|
|
|
+ icon="el-icon-top-left"
|
|
|
@click="toDangerAction('recycle', {}, multipleSelection)"
|
|
|
>
|
|
|
回收
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
+ icon="el-icon-setting"
|
|
|
:disabled="!multipleSelection.length"
|
|
|
@click="toSetTaskCount(multipleSelection, {})"
|
|
|
>
|