This commit is contained in:
Lingzi
2022-03-29 11:35:23 +08:00
parent 970a4c8b83
commit ca0cc0f24c

View File

@ -16,7 +16,7 @@ export class DatatableOperationtableComponent implements OnInit {;
mode = 'year';
date: any = null;
defineDate = [];
time: any = []
time: any = ['2022-01-01 00:00:00']
dateFormat = 'yyyy-MM-dd';
today = new Date();
@ViewChild('st') private readonly st!: STComponent;