From 9ccea593f03b0492c3ef3945a7ef260967740b1c Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Thu, 26 Feb 2026 17:42:16 +0800 Subject: [PATCH] feat:工单样式调整 --- applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 45b88b8..b7504c5 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 @@ -36,12 +36,12 @@ </el-form-item> </el-form> - <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> - </div> - <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> + </div> + <div class="gd-table-content gd-table-content-bg"> <el-table class="gd-table" :data="list" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="46" /> -- Gitblit v1.9.3