车间能级提升-智能设备管理系统
eims-ui-mobile/src/pages.json
@@ -69,7 +69,8 @@
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "设备列表"
        "navigationBarTitleText": "设备列表",
        "navigationStyle": "custom"
      }
    },
    {
@@ -78,8 +79,12 @@
      "layout": "tabbar",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "关于"
        "navigationBarTitleText": "设备"
      }
    },
    {
      "path": "pages/equ-status/list",
      "type": "page"
    },
    {
      "path": "pages/fixture/fixture-list",
@@ -105,22 +110,7 @@
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "点检记录",
        "app-plus": {
          "titleNView": {
            "buttons": [
              {
                "text": "提交",
                "fontSize": "14px",
                "color": "#FFFFFF"
              },
              {
                "text": "",
                "fontSize": "24px",
                "color": "#FFFFFF"
              }
            ]
          }
        }
        "navigationStyle": "custom"
      }
    },
    {
@@ -147,22 +137,7 @@
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "保养工单",
        "app-plus": {
          "titleNView": {
            "buttons": [
              {
                "text": "提交",
                "fontSize": "14px",
                "color": "#FFFFFF"
              },
              {
                "text": "",
                "fontSize": "24px",
                "color": "#FFFFFF"
              }
            ]
          }
        }
        "navigationStyle": "custom"
      }
    },
    {
@@ -181,22 +156,7 @@
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "工单明细",
        "app-plus": {
          "titleNView": {
            "buttons": [
              {
                "text": "提交",
                "fontSize": "14px",
                "color": "#FFFFFF"
              },
              {
                "text": "",
                "fontSize": "24px",
                "color": "#FFFFFF"
              }
            ]
          }
        }
        "navigationStyle": "custom"
      }
    },
    {
@@ -209,11 +169,31 @@
      }
    },
    {
      "path": "pages/my/password",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "修改密码"
      }
    },
    {
      "path": "pages/repair/repair-add",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "添加报修",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/repair/repair-fb",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "维修评价",
        "app-plus": {
          "titleNView": {
            "buttons": [
@@ -224,7 +204,7 @@
              },
              {
                "text": "",
                "fontSize": "24px",
                "fontSize": "14px",
                "color": "#FFFFFF"
              }
            ]
@@ -233,23 +213,43 @@
      }
    },
    {
      "path": "pages/repair/req-detail",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "报修详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/repair/req-list",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "设备报修",
        "navigationBarTitleText": "报修列表",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/repair/res-detail",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "维修明细",
        "app-plus": {
          "titleNView": {
            "buttons": [
              {
                "text": "新增",
                "text": "提交",
                "fontSize": "14px",
                "color": "#FFFFFF"
              },
              {
                "text": "",
                "fontSize": "24px",
                "text": "保存",
                "fontSize": "14px",
                "color": "#FFFFFF"
              }
            ]
@@ -264,23 +264,12 @@
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "设备维修",
        "app-plus": {
          "titleNView": {
            "buttons": [
              {
                "text": "接单",
                "fontSize": "14px",
                "color": "#FFFFFF"
              },
              {
                "text": "",
                "fontSize": "24px",
                "color": "#FFFFFF"
              }
            ]
          }
        }
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/scan/index",
      "type": "page"
    },
    {
      "path": "pages/spare/index",
@@ -288,7 +277,16 @@
      "layout": "tabbar",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "spare"
        "navigationBarTitleText": "备件"
      }
    },
    {
      "path": "pages/spare/spare-list",
      "type": "page",
      "layout": "default",
      "needLogin": true,
      "style": {
        "navigationBarTitleText": "备件列表"
      }
    }
  ],