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/applyRecordDetails/applyRecordDetails.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/policy/applyRecordDetails/applyRecordDetails.vue b/policy/applyRecordDetails/applyRecordDetails.vue
index 53d25ab..2f1f5d4 100644
--- a/policy/applyRecordDetails/applyRecordDetails.vue
+++ b/policy/applyRecordDetails/applyRecordDetails.vue
@@ -31,7 +31,7 @@
 						<view class="label">鎵ф硶绫诲瀷</view>
 						<view>{{typeList}}</view>
 					</view>
-					
+
 					<template v-if="!details.executeUser">
 						<view class="view-form-item">
 							<view class="label">鎵ф硶浜哄憳</view>
@@ -177,7 +177,8 @@
 					2: "寰呮墽琛�",
 					3: "寰呬笂鎶�",
 					'-1':"宸叉嫆缁�",
-					4: "宸茬粨鏉�"
+					4: "宸蹭笂鎶�",
+					5: "浼佷笟宸插幓浜�"
 				},
 				typeList: '',
 				judgeDetails: [],
@@ -243,4 +244,4 @@
 </style>
 <style lang="scss" scoped>
 	@import "./applyRecordDetails.scss";
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1