From d947bdfc15f7084c65d40b74426269ebe834cf97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Tue, 3 Aug 2021 17:46:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96table=E7=BB=84=E4=BB=B6?=
=?UTF-8?q?=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=EF=BC=8C=E9=99=90=E5=88=B6?=
=?UTF-8?q?input=E8=BE=93=E5=85=A5=E7=B1=BB=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
canteen/components/wyb-table/wyb-table.vue | 8 +++++++-
supplier/components/wyb-table/wyb-table.vue | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/canteen/components/wyb-table/wyb-table.vue b/canteen/components/wyb-table/wyb-table.vue
index a6ae139..71dbd72 100644
--- a/canteen/components/wyb-table/wyb-table.vue
+++ b/canteen/components/wyb-table/wyb-table.vue
@@ -147,7 +147,13 @@
zIndex: hIndex === 0 ? 20 : 0,
left: enableCheck ? checkColWidth + 'rpx' : 0,
position: hIndex === 0 && firstLineFixed ? 'sticky' : 'static'}">
-
+
{{ autoContentItem(cIndex, hIndex) }}
diff --git a/supplier/components/wyb-table/wyb-table.vue b/supplier/components/wyb-table/wyb-table.vue
index a6ae139..2737370 100644
--- a/supplier/components/wyb-table/wyb-table.vue
+++ b/supplier/components/wyb-table/wyb-table.vue
@@ -147,7 +147,13 @@
zIndex: hIndex === 0 ? 20 : 0,
left: enableCheck ? checkColWidth + 'rpx' : 0,
position: hIndex === 0 && firstLineFixed ? 'sticky' : 'static'}">
-
+
{{ autoContentItem(cIndex, hIndex) }}