fix
This commit is contained in:
@@ -93,7 +93,7 @@ const columns: DataTableColumn<User>[] = [
|
|||||||
{
|
{
|
||||||
key: "actions",
|
key: "actions",
|
||||||
title: "选项",
|
title: "选项",
|
||||||
width: 260,
|
width: 280,
|
||||||
render: (row) =>
|
render: (row) =>
|
||||||
h(Actions, {
|
h(Actions, {
|
||||||
user: row,
|
user: row,
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ const columns = computed(() => {
|
|||||||
"streamline-emojis:smiling-face-with-sunglasses",
|
"streamline-emojis:smiling-face-with-sunglasses",
|
||||||
),
|
),
|
||||||
key: "username",
|
key: "username",
|
||||||
minWidth: 160,
|
minWidth: 200,
|
||||||
render: (row) =>
|
render: (row) =>
|
||||||
h(
|
h(
|
||||||
ButtonWithSearch,
|
ButtonWithSearch,
|
||||||
|
|||||||
Reference in New Issue
Block a user