From 1524fa42ddf01fd72207a8a4b4667a48e4f233aa Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期五, 11 七月 2025 13:39:02 +0800
Subject: [PATCH] refactor(eims): 重构预测性维护模块

---
 eims-ui/apps/web-antd/src/views/eims/predictive-maintenance/injection-molding-machine-detail.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eims-ui/apps/web-antd/src/views/eims/predictive-maintenance/injection-molding-machine-detail.vue b/eims-ui/apps/web-antd/src/views/eims/predictive-maintenance/injection-molding-machine-detail.vue
index 91f7f0c..5ec94fc 100644
--- a/eims-ui/apps/web-antd/src/views/eims/predictive-maintenance/injection-molding-machine-detail.vue
+++ b/eims-ui/apps/web-antd/src/views/eims/predictive-maintenance/injection-molding-machine-detail.vue
@@ -3,7 +3,7 @@
 
 import { AppstoreOutlined, FieldTimeOutlined, LineChartOutlined, WarningOutlined, ThunderboltOutlined, CheckCircleOutlined } from '@ant-design/icons-vue';
 import * as echarts from 'echarts';
-
+import img from '#/assets/images/2t.png';
 export default defineComponent({
   name: 'InjectionMoldingMachineDetail',
   components: {
@@ -24,7 +24,7 @@
       serviceLife: 15,
       status: '杩愯涓�',
       statusColor: '#52c41a',
-      imageUrl: '/src/assets/images/2t.png' // 娣诲姞璁惧鍥剧墖璺緞
+      imageUrl: img // 娣诲姞璁惧鍥剧墖璺緞
     });
 
     const healthData = reactive({

--
Gitblit v1.9.3