From 38f01dc619fb9b7326abc345a216793750758c9a Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期五, 14 三月 2025 20:09:45 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev

---
 src/views/CNAS/resourceDemand/device/component/state.vue |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/src/views/CNAS/resourceDemand/device/component/state.vue b/src/views/CNAS/resourceDemand/device/component/state.vue
index e7467ce..6099084 100644
--- a/src/views/CNAS/resourceDemand/device/component/state.vue
+++ b/src/views/CNAS/resourceDemand/device/component/state.vue
@@ -43,10 +43,9 @@
         <el-table-column label="褰撳墠鐘舵��" min-width="130" prop="currentState"></el-table-column>
         <el-table-column label="褰撳墠璐d换浜�" min-width="180" prop="currentResponsible"></el-table-column>
         <!-- 鎿嶄綔鎸夐挳 -->
-        <el-table-column fixed="right" label="鎿嶄綔" min-width="150">
+        <el-table-column fixed="right" label="鎿嶄綔" min-width="120" align="center">
           <template #default="{ row }">
             <el-button size="small" type="text" @click="handleViewClick(row)">鏌ョ湅</el-button>
-            <el-button size="small" type="text" @click="handleDownOne(row)">瀵煎嚭</el-button>
             <el-button size="small" type="text" @click="handleDeleteClick(row)">鍒犻櫎</el-button>
           </template>
         </el-table-column>
@@ -240,7 +239,6 @@
 import {
   saveDeviceState,
   selectDeviceByCode,
-  exportDeviceStatus,
   deleteDeviceState,
   deviceStateExport,
   getDeviceStatePage,
@@ -422,15 +420,6 @@
         this.$refs['form'].clearValidate()
       })
       this.dialogVisible = true
-    },
-    // 瀵煎嚭
-    handleDownOne(row) {
-      this.outLoading = true
-      exportDeviceStatus({ deviceId: row.deviceId, processNumber: row.processNumber }).then(res => {
-        this.outLoading = false
-        const blob = new Blob([res], { type: 'application/octet-stream' });
-        this.$download.saveAs(blob, '璁惧鍋�/鍚敤.doc')
-      })
     },
     // 鍒犻櫎
     handleDeleteClick(row) {

--
Gitblit v1.9.3