mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Plan settings refactoring
This commit is contained in:
7
resources/js/helpers/functionHelpers.js
vendored
7
resources/js/helpers/functionHelpers.js
vendored
@@ -392,6 +392,13 @@ const FunctionHelpers = {
|
||||
}[type]
|
||||
}
|
||||
|
||||
Vue.prototype.$getPlanStatusColor = function (type) {
|
||||
return {
|
||||
'active': 'green',
|
||||
'archived': 'red',
|
||||
}[type]
|
||||
}
|
||||
|
||||
Vue.prototype.$getTransactionTypeTextColor = function (type) {
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user