This commit is contained in:
icssoa 2023-11-26 14:00:55 +08:00
parent 2cd35cdf73
commit 6a8f3ca393

View File

@ -104,12 +104,13 @@ const Table = useTable({
label: "头像", label: "头像",
component: { component: {
name: "cl-avatar" name: "cl-avatar"
} },
minWidth: 100
}, },
{ {
prop: "username", prop: "username",
label: "手机号", label: "手机号",
minWidth: 150 minWidth: 120
}, },
{ {
prop: "name", prop: "name",
@ -194,7 +195,7 @@ function open() {
nextTick(() => { nextTick(() => {
refresh({ refresh({
size: 2 size: 10
}); });
}); });
} }