liwei2496 2 years ago
parent
commit
39ae6629d8

+ 20 - 0
pages.json

@@ -42,6 +42,8 @@
 			"path": "pages/Workorder/Workorder",
 			"style": {
 				"navigationBarTitleText": "管理"
+			//	"navigationStyle": "custom" ,// 隐藏系统导航栏
+					//		"navigationBarTextStyle": "white" 
 			}
 		},
 		// {
@@ -139,6 +141,24 @@
             }
             
         }
+        ,{
+            "path" : "pages/Workorder/Tenantbill/Tenantbill",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "租户账单",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/Workorder/Remotecontrol/Remotecontrol",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "远程管控",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

+ 22 - 0
pages/Workorder/Remotecontrol/Remotecontrol.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		Remotecontrol
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 19 - 0
pages/Workorder/Tenantbill/Tenantbill.vue

@@ -0,0 +1,19 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			};
+		}
+	}
+</script>
+
+<style lang="scss">
+
+</style>

+ 60 - 2
pages/Workorder/Workorder.vue

@@ -1,5 +1,25 @@
 <template>
-	<view>
+	<view class="management">
+		<view class="managelind">
+			<view class="managename" @click="Tenantbill">
+				<view class="managename1">
+					<img :src='src1' alt="">
+				</view>
+				<view class="managename2">
+					租户账单
+				</view>
+			</view>
+			<view class="managename" @click="Remotecontrol">
+				<view class="managename1">
+					<img :src='src2' alt="">
+				</view>
+				<view class="managename2">
+					远程管控
+				</view>
+			</view>
+			
+		</view>
+	
 		
 	</view>
 </template>
@@ -8,15 +28,53 @@
 	export default {
 		data() {
 			return {
-				
+					src1: require('@/static/management/zd.png'),
+					src2: require('@/static/management/yc.png'),
 			}
 		},
 		methods: {
+			Tenantbill(){
+				uni.navigateTo({
+					url: '/pages/Workorder/Tenantbill/Tenantbill'
+				})				
+			},
+			Remotecontrol(){
+				uni.navigateTo({
+					url: '/pages/Workorder/Remotecontrol/Remotecontrol'
+				})
+			},
 			
 		}
 	}
 </script>
 
 <style>
+.management{}
+.managelind{
+	display: flex;
+	justify-content: space-around;
+	align-items: center;
+	width: 690rpx;
+	min-height: 130rpx;
+	margin: 20rpx auto;
+	background: #fff;
+	border-radius: 10px;
+}
+.managename{
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+	justify-content: center;
+}
+.managename1 img{
+		width: 40rpx;
+		height: 40rpx;
+}
+.managename2{
+	padding-top: 15rpx;
+	color: #666;
+	font-size: 20rpx;
+}
+
 
 </style>

BIN
static/management/yc.png


BIN
static/management/zd.png


+ 1 - 1
uni.scss

@@ -29,7 +29,7 @@ $uni-color-warning: #f0ad4e;
 $uni-color-error: #dd524d;
 
 /* 文字基本颜色 */
-$uni-text-color:#333;//基本色
+$uni-text-color:#666;//基本色
 $uni-text-color-inverse:#fff;//反色
 $uni-text-color-grey:#999;//辅助灰色,如加载更多的提示信息
 $uni-text-color-placeholder: #808080;

File diff suppressed because it is too large
+ 2 - 2
unpackage/cache/wgt/__UNI__FF40C0C/app-config-service.js


File diff suppressed because it is too large
+ 6 - 6
unpackage/cache/wgt/__UNI__FF40C0C/app-service.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/cache/wgt/__UNI__FF40C0C/app-view.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/cache/wgt/__UNI__FF40C0C/manifest.json


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/build/app-plus/app-config-service.js


File diff suppressed because it is too large
+ 6 - 6
unpackage/dist/build/app-plus/app-service.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/build/app-plus/app-view.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/build/app-plus/manifest.json


BIN
unpackage/release/apk/__UNI__FF40C0C__20230327163324.apk