1.表格不同类型显示不同颜色
<template slot-scope="scope">
<span :style="{ color: scope.row.status === 2 ? 'red' : '' }">
{{ scope.row.name }}
</span>
</template>
2. layui 下拉复选框页面地址
1.表格不同类型显示不同颜色
<template slot-scope="scope">
<span :style="{ color: scope.row.status === 2 ? 'red' : '' }">
{{ scope.row.name }}
</span>
</template>
2. layui 下拉复选框页面地址