mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化
This commit is contained in:
parent
3cce0deafe
commit
ba8ac88f48
@ -22,7 +22,7 @@
|
||||
</cl-filter>
|
||||
|
||||
<cl-flex1 />
|
||||
<cl-search-key placeholder="搜索请求地址、参数、ip" />
|
||||
<cl-search-key placeholder="搜索用户昵称、ip" />
|
||||
</cl-row>
|
||||
|
||||
<cl-row>
|
||||
@ -98,16 +98,6 @@ const Table = useTable({
|
||||
return row.ip.split(",");
|
||||
}
|
||||
},
|
||||
{
|
||||
prop: "ipAddr",
|
||||
label: "ip地址",
|
||||
minWidth: 180,
|
||||
dict: [],
|
||||
dictColor: true,
|
||||
formatter(row) {
|
||||
return row.ipAddr.split(",");
|
||||
}
|
||||
},
|
||||
{
|
||||
prop: "createTime",
|
||||
label: "请求时间",
|
||||
|
Loading…
Reference in New Issue
Block a user