js intercepts 00:00:00 after the date and only keeps the date.

Renderings:

insert image description here
Some are shown below 内联代码片.

//只保留日期。三元运算符
{
    
    {
    
    scope.row.confirmDate ? scope.row.confirmDate.split(' ')[0] : '-'}}

Guess you like

Origin blog.csdn.net/weixin_46409887/article/details/128975721