From 85a15646ffe20ed2bbb2042ec500df8c850a69cc Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期五, 25 七月 2025 15:29:41 +0800
Subject: [PATCH] 首次提交

---
 pages/tabBar/warning.vue |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/pages/tabBar/warning.vue b/pages/tabBar/warning.vue
index 590c26f..c3aed9d 100644
--- a/pages/tabBar/warning.vue
+++ b/pages/tabBar/warning.vue
@@ -4,7 +4,7 @@
 			<!-- 闇�瑕佸浐瀹氬湪椤堕儴涓嶆粴鍔ㄧ殑view鏀惧湪slot="top"鐨剉iew涓紝濡傛灉闇�瑕佽窡鐫�婊氬姩锛屽垯涓嶈璁剧疆slot="top" -->
 			<template #top>
 				<cu-custom bgColor="bg-gradual-blue" :isBack="false" :isRight="true" @rightclick="rclick">
-					<block slot="content">鎶ヨ</block>
+					<block slot="content">鎶ヨ缁熻</block>
 
 				</cu-custom>
 
@@ -33,6 +33,7 @@
 						</view>
 
 					</view>
+					
 					<view class="flex flex-direction padding-xs">
 						<view class="flex">
 							<view class="flex-sub flex flex-direction">
@@ -114,8 +115,8 @@
 			</view>
 
 			<!-- 濡傛灉甯屾湜鍏朵粬view璺熺潃椤甸潰婊氬姩锛屽彲浠ユ斁鍦▃-paging鏍囩鍐� -->
-			<real-warning ref="realWarining" v-if="tabCurrent === 0" @handleData="realHandleData"></real-warning>
-			<his-warning ref="hisWarining" v-else @handleData="hisHandleData"></his-warning>
+		  <!-- <real-warning ref="realWarining" v-if="tabCurrent === 0" @handleData="realHandleData"></real-warning>  -->
+			<his-warning ref="hisWarining" v-if="tabCurrent === 0" @handleData="hisHandleData"></his-warning>
 
 
 		</z-paging>
@@ -139,18 +140,20 @@
 				// v-model缁戝畾鐨勮繖涓彉閲忎笉瑕佸湪鍒嗛〉璇锋眰缁撴潫涓嚜宸辫祴鍊硷紒锛侊紒
 				dataList: [],
 				curDate: dayjs().format('YYYY-MM-DD'),
-				tabList: [{
-					name: '瀹炴椂鎶ヨ',
-					// badge: {
-					// 	count: 6
-					// }
-				}, {
+				tabList: [
+				// 	{
+				// 	name: '瀹炴椂鎶ヨ',
+				// 	// badge: {
+				// 	// 	count: 6
+				// 	// }
+				// }, 
+				{
 					name: '鎶ヨ缁熻',
 				}],
-				equList: [{
+				equList: [/* {
 						code: 1,
 						name: '1#骞茬嚗鏈�'
-					},
+					}, */
 					{
 						code: 2,
 						name: '2#骞茬嚗鏈�'

--
Gitblit v1.9.3