U 更新提示信息

pull/517/head
vapao 2022-07-05 14:31:09 +08:00
parent 4787f051a6
commit 78b30d0451
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function ComTable() {
<TableCard
tKey="hi"
rowKey="id"
title={<Input placeholder="输入检索" style={{maxWidth: 250}} onChange={e => store.f_word = e.target.value}/>}
title={<Input placeholder="输入名称/IP检索" style={{maxWidth: 250}} onChange={e => store.f_word = e.target.value}/>}
loading={store.isFetching}
dataSource={store.dataSource}
onReload={store.fetchRecords}