<el-table-column label="匹配度" prop="baseMatchingLevel">
<template #default="scope">
<div :style="{ 'color': scope.row.baseMatchingLevel >= 0.8 ? '#00B578' : '#FA5151' }">
{{ scope.row.baseMatchingLevel }}
</div>
</template>
</el-table-column>>