From 0ddb55d01d4eb218fc92d3ff79d973757183a725 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期三, 19 三月 2025 14:47:41 +0800 Subject: [PATCH] 修改检验任务报告处理问题 --- src/views/CNAS/resourceDemand/device/component/maintenance.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/CNAS/resourceDemand/device/component/maintenance.vue b/src/views/CNAS/resourceDemand/device/component/maintenance.vue index ab1d867..87d2588 100644 --- a/src/views/CNAS/resourceDemand/device/component/maintenance.vue +++ b/src/views/CNAS/resourceDemand/device/component/maintenance.vue @@ -17,7 +17,8 @@ </div> </div> <div class="tables" style="margin-top: 10px;"> - <el-table ref="table" :data="MaintainParam" height="calc(100vh - 20em)"> + <el-table ref="table" :data="MaintainParam" height="calc(100vh - 20em)" + :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> <el-table-column label="搴忓彿" type="index" width="120"> <template v-slot="scope"> <span>{{ (search.current - 1) * search.size + scope.$index + 1 }}</span> @@ -183,7 +184,6 @@ this.outLoading = false const blob = new Blob([res], { type: 'application/octet-stream' }); this.$download.saveAs(blob, '璁惧缁存姢淇濆吇璁板綍.doc') - this.$message.success('瀵煎嚭鎴愬姛') }) }, //鎿嶄綔璇︽儏鍒犻櫎 -- Gitblit v1.9.3