+2
-2
@@ -2,8 +2,8 @@
|
|||||||
"name" : "Operations",
|
"name" : "Operations",
|
||||||
"appid" : "__UNI__8A0DE5E",
|
"appid" : "__UNI__8A0DE5E",
|
||||||
"description" : "Operations(运营)的缩写,一个前后端分离的工作流/运营管理系统。",
|
"description" : "Operations(运营)的缩写,一个前后端分离的工作流/运营管理系统。",
|
||||||
"versionName" : "1.3.2",
|
"versionName" : "1.3.3",
|
||||||
"versionCode" : "132",
|
"versionCode" : "133",
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
|
|||||||
@@ -617,23 +617,29 @@ onShow(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wo-status.checked {
|
.wo-status.checked {
|
||||||
|
background-color: #f3e5f5;
|
||||||
|
color: #9c27b0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.wo-status.parts_ordered {
|
||||||
background-color: #e3f2fd;
|
background-color: #e3f2fd;
|
||||||
color: #2196f3;
|
color: #2196f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wo-status.parts_ordered {
|
.wo-status.repaired {
|
||||||
background-color: #e8f5e9;
|
background-color: #e8f5e9;
|
||||||
color: #4caf50;
|
color: #4caf50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wo-status.repaired {
|
.wo-status.returned {
|
||||||
background-color: #f3e5f5;
|
background-color: #e5e5e5;
|
||||||
color: #9c27b0;
|
color: #7a7a7a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wo-status.returned {
|
.wo-status.unrepairable {
|
||||||
background-color: #e0f2f1;
|
background-color: #f2bdbe;
|
||||||
color: #009688;
|
color: #ff575a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-bar {
|
.action-bar {
|
||||||
|
|||||||
Reference in New Issue
Block a user