mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-14 06:42:51 +00:00
优化
This commit is contained in:
parent
2cd35cdf73
commit
6a8f3ca393
@ -104,12 +104,13 @@ const Table = useTable({
|
||||
label: "头像",
|
||||
component: {
|
||||
name: "cl-avatar"
|
||||
}
|
||||
},
|
||||
minWidth: 100
|
||||
},
|
||||
{
|
||||
prop: "username",
|
||||
label: "手机号",
|
||||
minWidth: 150
|
||||
minWidth: 120
|
||||
},
|
||||
{
|
||||
prop: "name",
|
||||
@ -194,7 +195,7 @@ function open() {
|
||||
|
||||
nextTick(() => {
|
||||
refresh({
|
||||
size: 2
|
||||
size: 10
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user