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