This commit is contained in:
2024-01-25 10:47:28 +00:00
parent 6464a1eee6
commit ac7510208f

View File

@@ -214,7 +214,7 @@ const columns = computed(() => {
{ {
title: "用户", title: "用户",
key: "username", key: "username",
minWidth: 120, minWidth: 150,
render: (row) => render: (row) =>
h( h(
ButtonWithSearch, ButtonWithSearch,