summaryrefslogtreecommitdiff
path: root/src/services.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/services.js')
-rw-r--r--src/services.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services.js b/src/services.js
index 3e53c14..2e219ed 100644
--- a/src/services.js
+++ b/src/services.js
@@ -50,6 +50,7 @@ const services: ServiceParams[] = [
tableFields: [
{ key: 'status', label: 'Статус', transform: status => waybillStatusNames[status] },
{ key: 'operation', label: 'Операция', transform: op => operationNames[op] },
+ { key: 'total', label: 'Сумма' },
{ key: 'contractor.name', label: 'Контрагент' },
],
default: {