fix bug
This commit is contained in:
@ -11,7 +11,8 @@ import { differenceInCalendarDays } from 'date-fns';
|
||||
providers: [DatePipe]
|
||||
|
||||
})
|
||||
export class DatatableOperationtableComponent implements OnInit {;
|
||||
export class DatatableOperationtableComponent implements OnInit {
|
||||
@ViewChild('st') private readonly st!: STComponent;
|
||||
type = 1;
|
||||
mode = 'year';
|
||||
date: any = null;
|
||||
@ -19,7 +20,7 @@ export class DatatableOperationtableComponent implements OnInit {;
|
||||
time: any = ['2022-01-01 00:00:00']
|
||||
dateFormat = 'yyyy-MM-dd';
|
||||
today = new Date();
|
||||
@ViewChild('st') private readonly st!: STComponent;
|
||||
|
||||
columns: STColumn[] = [
|
||||
{ title: '运营主体', index: 'networkTransporterName', className: 'text-center' },
|
||||
{ title: '订单数', index: 'zsl', className: 'text-center' },
|
||||
|
||||
Reference in New Issue
Block a user