|
@@ -14,8 +14,9 @@
|
|
|
<table class="table mb-2">
|
|
|
<colgroup>
|
|
|
<col width="100" />
|
|
|
- <col width="300" />
|
|
|
- <col width="300" />
|
|
|
+ <col width="280" />
|
|
|
+ <col />
|
|
|
+ <col v-if="IS_APPLY" width="80" />
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
<th>试卷类型</th>
|
|
@@ -260,11 +261,11 @@
|
|
|
></el-button>
|
|
|
<el-button
|
|
|
v-if="attachment.canDelete"
|
|
|
- class="btn-danger"
|
|
|
+ class="btn-danger btn-icon"
|
|
|
type="text"
|
|
|
+ icon="el-icon-remove"
|
|
|
@click="deleteAttachment(index)"
|
|
|
- >删除</el-button
|
|
|
- >
|
|
|
+ ></el-button>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr v-if="!paperAttachments.length">
|