This commit is contained in:
2023-08-21 19:57:49 +08:00
parent f217ff65d3
commit 0a095527e4
8 changed files with 78 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ const crudColumns = ref([
{
title: "标识",
dataIndex: "ident",
sortable: { sortDirections: ["ascend"] },
width: 140,
align: "center",
search: true,