From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001
From: yuanhao <yuanhao_2024>
Date: 星期一, 19 五月 2025 18:03:48 +0800
Subject: [PATCH] fix: scss跟背景图

---
 policy/applyLook/applyLook.vue |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/policy/applyLook/applyLook.vue b/policy/applyLook/applyLook.vue
index 04d38a4..14f4362 100644
--- a/policy/applyLook/applyLook.vue
+++ b/policy/applyLook/applyLook.vue
@@ -17,7 +17,7 @@
 				<view class="user-info">
 					<text>{{item.applyUser}}</text>
 					<!-- <view class="driver"></view> -->
-					
+
 				</view>
 				<view class="user-info">
 					<text>{{item.applyDeptName}}</text>
@@ -68,9 +68,14 @@
 						orderStatus: 3
 					}
 				}, {
-					name: '宸茬粨鏉�',
+					name: '宸蹭笂鎶�',
 					value: {
 						orderStatus: 4
+					}
+				}, {
+					name: '浼佷笟宸茬‘璁�',
+					value: {
+						orderStatus: 5
 					}
 				}],
 				queryParams: {
@@ -86,7 +91,8 @@
 					2: "寰呮墽琛�",
 					3: "寰呬笂鎶�",
 					'-1':"宸叉嫆缁�",
-					4: "宸茬粨鏉�"
+					4: "宸蹭笂鎶�",
+					5: "浼佷笟宸茬‘璁�"
 				}
 			}
 		},
@@ -135,7 +141,7 @@
 </style>
 <style lang="scss" scoped>
 	@import "./applyLook.scss";
-	/deep/ .u-sticky{
+	::v-deep .u-sticky{
 		    position: -webkit-sticky;
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1