当然了,肯定又是插槽,话不多说直接贴图
话不多说,直接贴代码
<Table :columns="columns" :data="data" border show-summary height="300" sum-text="汇总" v-else :summary-method="handleSummary">
<template slot-scope="{ row }" slot="checkStatusName">
<span :style="row.checkStatus == 0?'':'color:red'">{{ row.checkStatusName }}</span>
</template>
</Table>
话不多说,贴插槽