Commit 7d5287e6 authored by 张牧越's avatar 张牧越

fix

parent 7f90e627
...@@ -249,7 +249,19 @@ ...@@ -249,7 +249,19 @@
:headers="header5" :headers="header5"
:table-data="data5" :table-data="data5"
@row-click="rowClickArea" @row-click="rowClickArea"
></STable2> >
<template slot-scope="scope">
<template v-if="scope.header.slot == 'score'">
<span
:style="{
color: '#f86262',
}"
>
{{ scope.row.score }}
</span>
</template>
</template>
</STable2>
</Section2> </Section2>
</div> </div>
</div> </div>
...@@ -431,6 +443,7 @@ export default { ...@@ -431,6 +443,7 @@ export default {
name: "当前分值", name: "当前分值",
props: "score", props: "score",
width: "15%", width: "15%",
slot: "score",
}, },
], ],
data5: [], data5: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment