From 9ab109b9ee96e7ff2bf2b935a044aee5842a3ddc Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期日, 28 九月 2025 10:08:09 +0800
Subject: [PATCH] 最新版本541200007
---
admin/src/views/business/inoutRecord.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/admin/src/views/business/inoutRecord.vue b/admin/src/views/business/inoutRecord.vue
index a5c74a6..b89d53d 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 {
// 鎼滅储
@@ -163,8 +162,8 @@
{ key: 1, name: '澶栧崗杩愯緭杞﹁締' },
{ key: 2, name: '甯傚叕鍙稿嵏璐ц溅杈�' },
{ key: 3, name: '鍔犲伐鐑熷嵏璐ц溅杈�' },
- { key: 4, name: '瀹夋嘲鐗╂祦鍏姟鐢ㄨ溅' },
- { key: 5, name: '瀹夋嘲鐗╂祦璐ц繍杞﹁締' },
+ { key: 4, name: '鑷湁鍏姟杞�' },
+ { key: 5, name: '鑷湁璐ц繍杞﹁締' },
{ key: 6, name: '鏈煡杞﹁締' }
]
}
--
Gitblit v1.9.3