This commit is contained in:
wangshiming
2022-05-06 10:04:24 +08:00
parent e8a9fe017c
commit ea82b18ad3
14 changed files with 24 additions and 24 deletions

View File

@ -76,8 +76,8 @@ export class OrderManagementBulkDetailChangeComponent implements OnInit {
schema: SFSchema = {};
ui: SFUISchema = {};
logColumns2: STColumn[] = [
{ title: '时间', index: 'parkBte' },
{ title: '地点', index: 'parkAdr' }
{ title: '停车时间', index: 'parkBte' },
{ title: '停车地点', index: 'parkAdr' }
];
logColumns: STColumn[] = [
{ title: '款项', index: 'expenseCodeLabel' },