From eb7e4c1a855a7382ba5a8ca121b6c11e0087c55a Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 22 九月 2025 19:04:14 +0800
Subject: [PATCH] 工控网显示临时更改单号

---
 src/views/statreport/sendrecord.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/statreport/sendrecord.vue b/src/views/statreport/sendrecord.vue
index ec7fbb3..f8941c7 100644
--- a/src/views/statreport/sendrecord.vue
+++ b/src/views/statreport/sendrecord.vue
@@ -23,7 +23,7 @@
         </template>
           <template #menu-left>
             <div class="menuLeft">
-              <el-button type="primary" size="default" icon="el-icon-circle-plus" plain @click="handleExport">瀵煎嚭</el-button>
+              <el-button type="primary" size="default" icon="el-icon-download" plain @click="handleExport">瀵煎嚭</el-button>
               <el-button type="primary" size="default" icon="el-icon-compass" plain @click="preMonth">涓婃湀</el-button>
               <el-button type="primary" size="default" icon="el-icon-aim" plain @click="thisMonth">鏈湀</el-button>
             </div>
@@ -93,7 +93,7 @@
         total: 0,
       },
       fileViewModel:false,
-      fileContent:'',
+      appContent:'',
       option: {
         index: true,
         addBtn: false,
@@ -144,7 +144,7 @@
   methods: {
     showContent(row) {
       this.fileViewModel = true;
-      this.fileContent = '';
+      this.appContent = '';
       axios({
         url: '/blade-mdm/ossfile/file-content',
         method: 'get',

--
Gitblit v1.9.3