plan pages refactoring

This commit is contained in:
Čarodej
2021-11-25 09:35:12 +01:00
parent 936af4497b
commit d8f1f396d5
9 changed files with 346 additions and 328 deletions

View File

@@ -313,6 +313,15 @@ const FunctionHelpers = {
}[driver]
}
Vue.prototype.getSubscriptionStatusColor = function (status) {
return {
'active': 'green',
'cancelled': 'yellow',
'completed': 'purple',
}[status]
}
Vue.prototype.$goToFileView = function (id) {
let locations = {