From d2d931816da9f6de4da1f3a7f3f6e596128c6f14 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 13 三月 2026 17:10:51 +0800
Subject: [PATCH] style(views): 统一检测项目对话框输入框宽度并居中表单
---
src/views/inventoryManagement/dispatchLog/Record.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/views/inventoryManagement/dispatchLog/Record.vue b/src/views/inventoryManagement/dispatchLog/Record.vue
index 1637226..ed1723e 100644
--- a/src/views/inventoryManagement/dispatchLog/Record.vue
+++ b/src/views/inventoryManagement/dispatchLog/Record.vue
@@ -77,6 +77,11 @@
show-overflow-tooltip
/>
<el-table-column
+ label="鍑�閲�(鍚�)"
+ prop="netWeight"
+ show-overflow-tooltip
+ />
+ <el-table-column
label="鍑哄簱浜�"
prop="createBy"
show-overflow-tooltip
@@ -88,6 +93,11 @@
{{ getRecordType(scope.row.recordType) }}
</template>
</el-table-column>
+ <el-table-column
+ label="杞︾墝"
+ prop="licensePlateNo"
+ show-overflow-tooltip
+ />
</el-table>
<pagination
v-show="total > 0"
--
Gitblit v1.9.3