省略号
This commit is contained in:
parent
d33bbe25e5
commit
7410aeb4af
@ -116,7 +116,7 @@
|
|||||||
{{ scope.row.sex == "FEMALE" ? "女" : "" }}
|
{{ scope.row.sex == "FEMALE" ? "女" : "" }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="平均得分" align="center" prop="itemAvgScore">
|
<el-table-column label="平均得分" align="center" prop="itemAvgScore" :show-overflow-tooltip="true">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.dictValue == "number" ? scope.row.itemAvgScore : "" }}
|
{{ scope.row.dictValue == "number" ? scope.row.itemAvgScore : "" }}
|
||||||
{{ scope.row.dictValue == "text" ? scope.row.itemAvgText : "" }}
|
{{ scope.row.dictValue == "text" ? scope.row.itemAvgText : "" }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user