From 12558d6d3b7aeb772bdb2eec52bfc95731342431 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 10:46:17 +0800
Subject: [PATCH] feat: 删除无用img
---
applications/mobile-web-view/src/appPages/work/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/mobile-web-view/src/appPages/work/index.vue b/applications/mobile-web-view/src/appPages/work/index.vue
index 7ffca8c..6b81515 100644
--- a/applications/mobile-web-view/src/appPages/work/index.vue
+++ b/applications/mobile-web-view/src/appPages/work/index.vue
@@ -81,7 +81,7 @@
import { usePermission } from '@/appPages/work/usePermission'
import hbb from '@/appDataSource/appwork/hbb.svg'
import hbbSelect from '@/appDataSource/appwork/hbbSelect.svg'
-import sfSvg from '@/appDataSource/inspectionTask/sf.svg'
+import sfSvg from '@/appDataSource/sf.svg'
import { getShowImg, getSmallImg } from '@/utils/util'
import { getList, getstatusCount, getDictionaryByCode, getChildList } from '/src/api/work/index.js'
import dayjs from 'dayjs'
--
Gitblit v1.9.3