|
@@ -645,17 +645,17 @@
|
|
|
<div class="taskScoConTit">素养</div>
|
|
|
<div class="WorkConSY">
|
|
|
<div v-for="(wItem, ind) in l.eList" :key="ind + 's'">
|
|
|
- <el-tooltip
|
|
|
+ <!-- <el-tooltip
|
|
|
class="item"
|
|
|
effect="dark"
|
|
|
:content="wItem.target[wItem.target.length - 1]"
|
|
|
placement="top-start"
|
|
|
- >
|
|
|
+ > -->
|
|
|
<div class="RootImgBlockSy">
|
|
|
<span v-if="wItem.target && wItem.target.length"> {{ wItem.target[wItem.target.length - 1] }}</span>
|
|
|
<span v-else> {{ wItem.target }}</span>
|
|
|
</div>
|
|
|
- </el-tooltip>
|
|
|
+ <!-- </el-tooltip> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1026,7 +1026,7 @@ export default {
|
|
|
) {
|
|
|
let rateCopy = JSON.parse(p.rate);
|
|
|
for (const key in rateCopy) {
|
|
|
- if (key != "content") {
|
|
|
+ if (key != "content" && key != "") {
|
|
|
rateCopy[key] = rateCopy[key] * 1;
|
|
|
}
|
|
|
}
|