mirror of https://github.com/openspug/spug
U 更新提示信息
parent
4787f051a6
commit
78b30d0451
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue