diff --git a/src/App.vue b/src/App.vue index 791dcc8..f476862 100644 --- a/src/App.vue +++ b/src/App.vue @@ -80,11 +80,11 @@ page { // .uni-input-input:disabled{ // background:red; // } -.uni-input-input[disabled] { - //background: rgb(233 231 231 / 38%); - background: #ecefefb3; - color: rgb(158, 157, 157); -} +// .uni-input-input[disabled] { +// //background: rgb(233 231 231 / 38%); +// background-color: #ffffff;; +// color: rgb(158, 157, 157); +// } .u-mode-center-box { padding: 5px; diff --git a/src/pages.json b/src/pages.json index 23c9b55..332981a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -52,6 +52,14 @@ "navigationBarTextStyle": "white" } }, + { + "path": "pages/equipment/equipmentlist", + "style": { + "navigationBarTitleText": "设备列表", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/equipment/Inspection/index", "style": { @@ -188,6 +196,62 @@ "navigationBarTextStyle": "white" } }, + { + "path": "pages/quality/index", + "style": { + "navigationBarTitleText": "质量管理", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Belowstandard/index", + "style": { + "navigationBarTitleText": "不合格处置", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Inspectionitem/index", + "style": { + "navigationBarTitleText": "检验项目", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Inspectionrule/index", + "style": { + "navigationBarTitleText": "检验规则", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Inspectionunit/index", + "style": { + "navigationBarTitleText": "检验单位", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Materialinspection/index", + "style": { + "navigationBarTitleText": "质量检验", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Records/index", + "style": { + "navigationBarTitleText": "历史记录", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/index/index", "style": { diff --git a/src/pages/equipment/Inspection/details.vue b/src/pages/equipment/Inspection/details.vue index d6478fe..f649e40 100644 --- a/src/pages/equipment/Inspection/details.vue +++ b/src/pages/equipment/Inspection/details.vue @@ -18,8 +18,8 @@
+
+