From 6dfb5e44a7072d78ca6c04d21b7ed8ad126b874f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 01 七月 2025 14:05:44 +0800
Subject: [PATCH] 1.巡检管理频次选择逻辑修改

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

diff --git a/src/views/salesOutbound/index.vue b/src/views/salesOutbound/index.vue
index 1c28393..dc8ca66 100644
--- a/src/views/salesOutbound/index.vue
+++ b/src/views/salesOutbound/index.vue
@@ -46,7 +46,7 @@
       <el-space>
         <el-button type="primary" :icon="Plus" @click="openDia()">鏂板缓</el-button>
         <el-button type="danger" :icon="Delete" @click="handleDelete">鍒犻櫎</el-button>
-        <el-button type="info" plain :icon="Download" @click="handleExport">瀵煎嚭</el-button>
+        <!-- <el-button type="info" plain :icon="Download" @click="handleExport">瀵煎嚭</el-button> -->
       </el-space>
       <!-- 琛ㄦ牸缁勪欢 -->
       <div>
@@ -56,7 +56,7 @@
                 @selection-change="handleSelectionChange"
                 :show-selection="true"
                 :border="true"
-                :maxHeight="480"
+                style="width: 100%;height: calc(100vh - 30em)"
                 @edit="openDia"></ETable>
       </div>
       <pagination
@@ -79,7 +79,7 @@
 import ETable from "@/components/Table/ETable.vue";
 import Pagination from "@/components/Pagination/index.vue";
 import FormDia from "@/views/salesOutbound/components/formDia.vue";
-import {delSalesRecord, salesRecordList} from "../../api/salesOutbound/index.js";
+import {delSalesRecord, salesRecordList} from "@/api/salesOutbound/index.js";
 
 const formDia = ref()
 const activeTab = ref("out");

--
Gitblit v1.9.3