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

@@ -63,6 +63,7 @@ const crudColumns = ref([
{
title: "标识",
dataIndex: "ident",
sortable: { sortDirections: ["ascend"] },
align: "center",
search: true,
commonRules: [{ required: true, message: "标识是必填" }],