From 78b30d045185036c27c8963ae49aeca4eadf8861 Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 5 Jul 2022 14:31:09 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/host/Table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/host/Table.js b/spug_web/src/pages/host/Table.js index 1675903..9f434d0 100644 --- a/spug_web/src/pages/host/Table.js +++ b/spug_web/src/pages/host/Table.js @@ -51,7 +51,7 @@ function ComTable() { store.f_word = e.target.value}/>} + title={ store.f_word = e.target.value}/>} loading={store.isFetching} dataSource={store.dataSource} onReload={store.fetchRecords}