From 0488cc32d225a28289ba6c70a2a297f347cacdad Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 16 三月 2026 17:34:18 +0800
Subject: [PATCH] 2026.3.16

---
 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