From ea9284ce2677d1e1f66e6718317a7701e3a822b2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Feb 2026 10:05:06 +0800
Subject: [PATCH] feat:工单样式调整

---
 applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue b/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
index b7504c5..b91c32b 100644
--- a/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
+++ b/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
@@ -39,7 +39,7 @@
 		<div class="gd-table-container" v-loading="loading">
 			<div class="gd-table-toolbar">
 				<el-button :icon="Download" color="#4C34FF" type="primary" @click="handleDownload">文档下载</el-button>
-				<el-button :icon="Upload" color="#4C34FF" type="primary" @click="handleUpload">文档上传</el-button>
+				<el-button :icon="Upload" color="#ECECF4" type="primary" @click="handleUpload">文档上传</el-button>
 			</div>
 
 			<div class="gd-table-content gd-table-content-bg">

--
Gitblit v1.9.3