slowmoon

Results 2 issues of slowmoon

![image](https://user-images.githubusercontent.com/22251152/174221511-53d497e9-7f9a-4ab9-91e4-50237bafad81.png) 1,如图所示,当某一个空间下的配置很多,页面上显示的配置不全,也没有分页? 2,配置文件搜索,未和后端进行交互?

bug
config
console

当我再测试更新数据的时候 ```go { sourceQuery: "update t_user set name = ?, age = ? where id = ? or name = 'Jack' and age between ? and ?", sourceQueryArgs: []driver.Value{"Jack", 1,...

bug