From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007

---
 admin/src/views/business/inoutRecord.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/admin/src/views/business/inoutRecord.vue b/admin/src/views/business/inoutRecord.vue
index a5c74a6..6b0c029 100644
--- a/admin/src/views/business/inoutRecord.vue
+++ b/admin/src/views/business/inoutRecord.vue
@@ -68,8 +68,7 @@
                      @click="exportExcel">瀵煎嚭</el-button>
         </li>
       </ul>
-      <el-table
-          :height="tableHeightNew"
+      <el-table :height="tableHeightNew+10"
         v-loading="isWorking.search"
         :data="tableData.list"
         stripe
@@ -89,7 +88,7 @@
           </template>
         </el-table-column>
         <el-table-column prop="carCode" label="杞︾墝鍙�" min-width="100px"></el-table-column>
-<!--        <el-table-column prop="carBizType" label="杞﹁締涓氬姟绫诲瀷" min-width="100px">
+<!--    <el-table-column prop="carBizType" label="杞﹁締涓氬姟绫诲瀷" min-width="100px">
           <template slot-scope="{row}">
             <template v-if="row.carCode">
               <span  v-if="row.carBizType ==0">璁垮杞﹁締</span>
@@ -141,7 +140,7 @@
 export default {
   name: 'InoutRecord',
   extends: BaseTable,
-  components: {  TableLayout, Pagination, OperaInoutRecordWindow },
+  components: { TableLayout, Pagination, OperaInoutRecordWindow },
   data () {
     return {
       // 鎼滅储

--
Gitblit v1.9.3