赞
踩
<el-table-column
prop="log"
label="Diy Log"
height="10"
sortable
min-width="690">
<template slot-scope="scope">
<div :style="{'color':scope.row.log.indexOf('ERR')!=-1?'red':'#333'}">{{scope.row.log}}</div>
</template>
<template slot="header" slot-scope="scope">
<el-input
v-model="search"
size="mini"
placeholder="输入关键字搜索"/>
</template>
</el-table-column>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。