赞
踩
<el-table :data="popContentR" :header-cell-style="{
'background-color': '#ccc',
'color': 'rgb(103, 194, 58)',
'border-bottom': '1px rgb(103, 194, 58) solid'
}">
<el-table-column width="230" property="occTime" label="发生时间">
<template slot-scope="scope">
<span style="font-weight: bold">{{scope.row.occTime}}</span>
</template>
</el-table-column>
<el-table-column width="200" property="publish_time" label="更新时间"></el-table-column>
</el-table>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。