fix: 修改邮箱出题页面表格显示项

This commit is contained in:
陆光LG
2025-08-17 20:20:12 +08:00
parent f5f30d2fbf
commit 7c7697f6d4
3 changed files with 132 additions and 22 deletions

View File

@@ -147,7 +147,11 @@
prop="contentIn"
width="360px"
/>
<el-table-column label="配置值" align="center" prop="content" width="100px" />
<el-table-column label="值" align="center" prop="scoreRate" width="120px">
<template #default="scope">
<el-input v-model="scope.row.scoreRate" placeholder="请输入权值" />
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="100px">
<template #default="scope">
<el-button type="primary" link @click="handleDelete(scope.row)">