This commit is contained in:
@@ -409,11 +409,11 @@ export default {
|
|||||||
priorityColor: function() {
|
priorityColor: function() {
|
||||||
switch (this.obj.priority) {
|
switch (this.obj.priority) {
|
||||||
case 1: //asap
|
case 1: //asap
|
||||||
return "accent";
|
return "warning";
|
||||||
case 2: //emergency
|
case 2: //emergency
|
||||||
return "error";
|
return "error";
|
||||||
default:
|
default:
|
||||||
return "secondary";
|
return "success";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
canSave: function() {
|
canSave: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user