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