From 7e718ebedeb912f68984f2e5d1fcab517ce03823 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 02 九月 2026 18:02:20 +0800
Subject: [PATCH] fix: 发货审批的发货日期字段错误
---
src/components/PIMTable/PIMTable.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue
index d63c197..10c8cd2 100644
--- a/src/components/PIMTable/PIMTable.vue
+++ b/src/components/PIMTable/PIMTable.vue
@@ -11,7 +11,7 @@
:row-key="rowKey"
:style="tableStyle"
tooltip-effect="dark"
- :tooltip-options="{ appendTo: 'body' }"
+ :tooltip-options="{ popperOptions: { strategy: 'absolute' } }"
:expand-row-keys="expandRowKeys"
:show-summary="isShowSummary"
:summary-method="summaryMethod"
@@ -28,6 +28,7 @@
<el-table-column align="center"
label="搴忓彿"
type="index"
+ fixed="left"
width="60" />
<el-table-column v-for="(item, index) in column"
:key="index"
--
Gitblit v1.9.3