From 59af55dc3e72f8f2655ae06af9d1b6f766bac423 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 20 三月 2026 16:02:19 +0800
Subject: [PATCH] 2026.3.20

---
 src/views/inspection/task/components/CompSubTaskList.vue |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/views/inspection/task/components/CompSubTaskList.vue b/src/views/inspection/task/components/CompSubTaskList.vue
index 9d9d0d8..c05123d 100644
--- a/src/views/inspection/task/components/CompSubTaskList.vue
+++ b/src/views/inspection/task/components/CompSubTaskList.vue
@@ -11,14 +11,12 @@
       <el-text>{{ dateStr }}璁″垝</el-text>
     </el-space>
     <div v-show="create && data && data.length > 0">
-      <el-button
-        icon="IconPrinter"
-        type="success"
-        size="small"
-        plain
-        @click="handleInspectFileDownload"
-        >鍗曟嵁鎵撳嵃</el-button
-      >
+      <el-button type="success" size="small" plain @click="handleInspectFileDownload">
+        <el-icon class="el-icon--left">
+          <Icon icon="solar:printer-minimalistic-line-duotone" />
+        </el-icon>
+        鍗曟嵁鎵撳嵃
+      </el-button>
       <el-button type="success" size="small" @click="add" icon="Switch">浠诲姟璋冩暣</el-button>
       <el-button type="primary" size="small" @click="openMap">
         浠诲姟鍦板浘<el-icon class="el-icon--right"><Right /></el-icon>
@@ -97,6 +95,7 @@
 import CompSubTaskEdit from './CompSubTaskEdit.vue'
 import SceneInspectFile from '@/views/inspection/scene/SceneInspectFile.vue'
 import subtaskApi from '@/api/fysp/subtaskApi'
+import { Icon } from '@iconify/vue'
 
 const props = defineProps({
   modelValue: Array,

--
Gitblit v1.9.3