<el-table-column label="发布时间" width="420px" prop="bidPublishDatetime"><template slot-scope="scope"><span>{{ parseTime(scope.row.bidPublishDatetime, '{y}-{m}-{d}') }}</span></template></el-table-column>
http://t.csdnimg.cn/smr9D
vue table表格 时间字段分两行( parseTime-格式化时间)