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/reportPage/reportPage.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/reportPage/reportPage.vue b/policy/reportPage/reportPage.vue index c8852a3..5b32d22 100644 --- a/policy/reportPage/reportPage.vue +++ b/policy/reportPage/reportPage.vue @@ -7,14 +7,14 @@ <text class="status">寰呬笂鎶�</text> </view> <view class="user-info"> - <text>{{item.executeUser}}</text> + <text>{{item.executeUser || ''}}</text> <!-- <view class="driver"></view> <text>{{item.executeDeptName}}</text> --> </view> <view class="user-info"> <!-- <text>{{item.executeUser}}</text> <view class="driver"></view> --> - <text>{{item.executeDeptName}}</text> + <text>{{item.executeDeptName || ''}}</text> </view> <view class="set-line"> <text>鎵ф硶瀵硅薄锛�</text>{{item.companyName}} -- Gitblit v1.9.1