<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-格式化時間)