This commit is contained in:
wangshiming
2022-03-02 17:37:11 +08:00
parent 67e54f2a13
commit 60d00f960c
3 changed files with 18 additions and 9 deletions

View File

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