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}