fix bug
This commit is contained in:
@ -20,7 +20,7 @@ export class SupplyManagementBulkDetailComponent implements OnInit {
|
||||
logColumns: STColumn[] = [
|
||||
{ title: '内容', index: 'operationContent' },
|
||||
{ title: '操作人', index: 'operator' },
|
||||
{ title: '操作时间', index: ' operatorTimestamp' },
|
||||
{ title: '操作时间', index: 'operatorTimestamp' },
|
||||
];
|
||||
driverColums: STColumn[] = [
|
||||
{ title: '司机姓名', index: 'theme' },
|
||||
|
||||
Reference in New Issue
Block a user