From 3d340acc7da65b3b11cf1358f0fd0de23bcfa2e4 Mon Sep 17 00:00:00 2001 From: 张含笑 <zhx18749296735@163.com> Date: Fri, 27 Feb 2026 11:08:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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