Commit 88f8e8c1 by crushh

update: temp

parent bac91afe
......@@ -74,7 +74,7 @@ export default {
minWidth: '140',
align: 'left',
formatter(row) {
const date = formatDateTimeByType(row.beginDate, 'yyyy-MM-dd-HH-mm-ss') + ' ~ <br/>' + formatDateTimeByType(row.endDate, 'yyyy-MM-dd-HH-mm-ss');
const date = formatDateTimeByType(row.beginDate, 'yyyy-MM-dd-HH-mm-ss') + ' ~ <br />' + formatDateTimeByType(row.endDate, 'yyyy-MM-dd-HH-mm-ss');
return date;
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment