{{ parseTime(scope.row.startDate, '{y}-{m}-{d}') }}
{{ parseTime(scope.row.endDate, '{y}-{m}-{d}') }}
{{approveStatusFormat(scope.row)}}
{{ parseTime(scope.row.createdate, '{y}-{m}-{d} {h}:{i}') }}
{{ parseTime(scope.row.updatedate, '{y}-{m}-{d} {h}:{i}') }}
修改