11
This commit is contained in:
parent
1e8cdd30ca
commit
21df16f0c0
|
@ -68,6 +68,14 @@
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "order/device_detail",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "",
|
||||||
|
"enablePullDownRefresh" : false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ... 分包A的其他页面
|
// ... 分包A的其他页面
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="page">
|
<view class="page">
|
||||||
|
|
||||||
<u-navbar title="地图" :border-bottom="false" :background="bgc" title-color='#2E4975' title-size='36'
|
<u-navbar title="地图" :is-back='false' :border-bottom="false" :background="bgc" title-color='#2E4975' title-size='36'
|
||||||
height='36'></u-navbar>
|
height='36'></u-navbar>
|
||||||
<view class="slider">
|
<view class="slider">
|
||||||
<view class="tit">
|
<view class="tit">
|
||||||
|
@ -32,6 +32,62 @@
|
||||||
1
|
1
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="cont">
|
||||||
|
<view class="text">
|
||||||
|
用户行驶中
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cont" style="width: 140rpx;">
|
||||||
|
<view class="text">
|
||||||
|
用户临时锁定
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cont">
|
||||||
|
<view class="text">
|
||||||
|
已禁用
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cont">
|
||||||
|
<view class="text">
|
||||||
|
已离线
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cont">
|
||||||
|
<view class="text">
|
||||||
|
待租
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cont">
|
||||||
|
<view class="text">
|
||||||
|
用户预约中
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cont">
|
||||||
|
<view class="text">
|
||||||
|
调度设备
|
||||||
|
</view>
|
||||||
|
<view class="text">
|
||||||
|
1
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<tab-bar :indexs='1' style=""></tab-bar>
|
<tab-bar :indexs='1' style=""></tab-bar>
|
||||||
</view>
|
</view>
|
||||||
|
@ -277,11 +333,19 @@
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
.decice_cont{
|
.decice_cont{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 22rpx 28rpx;
|
padding: 22rpx 28rpx;
|
||||||
|
.cont:nth-child(5n) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
.cont{
|
.cont{
|
||||||
width: 120rpx;
|
margin-top: 18rpx;
|
||||||
|
margin-right: 10rpx;
|
||||||
|
// display: flex;
|
||||||
|
width: 130rpx;
|
||||||
.text{
|
.text{
|
||||||
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
@ -289,6 +353,9 @@
|
||||||
color: #3D3D3D;
|
color: #3D3D3D;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.act1{
|
||||||
|
color: #4C97E7;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.btn_box{
|
.btn_box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="page">
|
<view class="page">
|
||||||
<u-navbar :is-back="false" title="订单" :border-bottom="false" :background="bgc" title-color='#2E4975'
|
<u-navbar :is-back="false" title="订单" :border-bottom="false" :background="bgc" title-color='#2E4975'
|
||||||
title-size='36' height='36'></u-navbar>
|
title-size='36' height='36'></u-navbar>
|
||||||
<view class="top_box">
|
<view class="top_box">
|
||||||
<view class="left_text">
|
<view class="left_text">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="page">
|
<view class="page">
|
||||||
<u-navbar title="工作台" :border-bottom="false" :background="bgc" title-color='#2E4975' title-size='36'
|
<u-navbar :is-back='false' title="工作台" :border-bottom="false" :background="bgc" title-color='#2E4975' title-size='36'
|
||||||
height='36'></u-navbar>
|
height='36'></u-navbar>
|
||||||
|
|
||||||
<view class="cont_box">
|
<view class="cont_box">
|
||||||
|
|
22
pages_admin/order/device_detail.vue
Normal file
22
pages_admin/order/device_detail.vue
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<template>
|
||||||
|
<view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user