fix : exam/testpapaerUpdate

This commit is contained in:
zty 2024-06-21 11:08:56 +08:00
parent 15a8c80308
commit fef6715c94
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<div slot="header" style="display: flex;">
<span>{{ index+1 }}</span>
<el-link style="margin-left: auto; margin-right: 8px" type="primary" @click="handleEdit(item, index)" icon="el-icon-edit"></el-link>
<el-link style="margin-right: 4px" type="danger" @click="handleDelete(index)" icon="el-icon-delete"></el-link>
<el-link style="margin-right: 4px" type="danger" @click="handleDelete(index)" icon="el-icon-remove"></el-link>
</div>
<div style="font-weight: bold;">
<el-tag>{{item.type}}</el-tag>

View File

@ -190,7 +190,7 @@
:disabled="!checkPermission(['user_exam_delete'])"
type="danger"
size="small"
icon="el-icon-remove"
icon="el-icon-delete"
@click="handleDelete(scope)"
/>
</template>