企标评分-详情-防止图标被覆盖

This commit is contained in:
zyn
2023-11-10 09:25:12 +08:00
parent 596d79c311
commit 4827328ba1
@@ -46,14 +46,17 @@
</el-table-column> </el-table-column>
<el-table-column prop="targetScore" label="指标分值" width="165"> <el-table-column prop="targetScore" label="指标分值" width="165">
<template slot-scope="scope"> <template slot-scope="scope">
<el-col :span="20"> <el-col>
<el-rate <div style="display: flex">
v-model="scope.row.targetScore" <el-rate
@change="targetScoreChange(scope.row)" v-model="scope.row.targetScore"
allow-half> @change="targetScoreChange(scope.row)"
</el-rate> allow-half>
</el-rate>
<b style="color: #ff9900">{{ scope.row.targetScore * 2 }}</b>
</div>
</el-col> </el-col>
<b style="margin-top: 5px;margin-left: -2%;color: #ff9900">{{ scope.row.targetScore * 2 }}</b> <!--<b style="margin-top: 5px;margin-left: -2%;color: #ff9900">{{ scope.row.targetScore * 2 }}</b>-->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column property="reason" label="简述理由"> <el-table-column property="reason" label="简述理由">