This commit is contained in:
Lingzi
2022-03-29 18:41:51 +08:00
parent ca0cc0f24c
commit 6bbbc68ff7
25 changed files with 742 additions and 591 deletions

View File

@ -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' },