Commit d0cda602 by zhangzhen

添加设备管理驾驶舱

parent 2a2a40fc
......@@ -127,4 +127,8 @@ export const updateSubmitStatus = (data) => {
return http.post(url, d)
}
export const getDataStatistics = (params) => {
let url = `/service/S_SB_TJ_01`
let d = setParamsData(params)
return http.post(url, d)
}
......@@ -468,6 +468,17 @@
}
},
{
"path" : "pages/device-cockpit/index",
"style" :
{
"navigationBarTitleText" : "管理驾驶舱",
"navigationBarBackgroundColor": "#0072fc",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/device-manager/list",
"style" :
{
......
......@@ -56,7 +56,7 @@
<view class="header-title">
<image src="../../static/icon5.png" mode="widthFix"></image>
<view class="flex-between">
<text class="text-black text-bold">{{item.projName}}</text>
<text class="text-black text-bold ellipsis">{{item.projName}}</text>
<view class="text-blue">
<!-- <text :class="item.status==1?'text-red':'text-gray'">{{statusEnum[item.status]}}</text> -->
<text>详情</text>
......
......@@ -32,7 +32,7 @@
<view class="header-title" @tap="onNavToOrderInfo(item)">
<image src="../../static/icon5.png" mode="widthFix"></image>
<view class="flex-between">
<text class="text-black text-bold">{{item.projName}}</text>
<text class="text-black text-bold ellipsis">{{item.projName}}</text>
<view class="margin-right text-blue">
<text class="">详情</text>
<text class="cuIcon-right"></text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment