fix: 修改邮箱出题页面表格显示项
This commit is contained in:
@@ -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)">
|
||||
|
Reference in New Issue
Block a user