summaryrefslogtreecommitdiff
path: root/src/services.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/services.js')
-rw-r--r--src/services.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/services.js b/src/services.js
index a21c5b9..7187519 100644
--- a/src/services.js
+++ b/src/services.js
@@ -68,6 +68,11 @@ const services: ServiceParams[] = [
{ key: 'operation', label: 'Операция', transform: op => operationNames[op] },
{ key: 'amount', label: 'Сумма' },
],
+ actions: [{
+ name: 'Загрузить выписку',
+ route: 'upload',
+ variant: 'outlined',
+ }],
default: {
operation: 'in',
records: [],