Title
|
Type
|
State
|
|
---|---|---|---|
{{ inputDataUpload.title }} | {{ { null: '', INVENTORY: 'INVENTORY',ENERGY: 'ENERGY', GAS: 'GAS', GLOBAL: 'GLOBAL', ACCOUNTING: 'ACCOUNTING' }[inputDataUpload.type ?? 'null'] }} | {{ { null: '', UPLOADED: 'UPLOADED', PROCESSING: 'PROCESSING', PROCESSED: 'PROCESSED', ERROR: 'ERROR' }[ inputDataUpload.state ?? 'null' ] }} |