省略号

This commit is contained in:
闫晓茹 2022-08-31 15:35:05 +08:00
parent d33bbe25e5
commit 7410aeb4af

View File

@ -116,7 +116,7 @@
{{ scope.row.sex == "FEMALE" ? "女" : "" }}
</template>
</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">
{{ scope.row.dictValue == "number" ? scope.row.itemAvgScore : "" }}
{{ scope.row.dictValue == "text" ? scope.row.itemAvgText : "" }}