mirror of https://github.com/openspug/spug
U 更新提示信息
parent
4787f051a6
commit
78b30d0451
|
@ -51,7 +51,7 @@ function ComTable() {
|
||||||
<TableCard
|
<TableCard
|
||||||
tKey="hi"
|
tKey="hi"
|
||||||
rowKey="id"
|
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}
|
loading={store.isFetching}
|
||||||
dataSource={store.dataSource}
|
dataSource={store.dataSource}
|
||||||
onReload={store.fetchRecords}
|
onReload={store.fetchRecords}
|
||||||
|
|
Loading…
Reference in New Issue