大纲模版完成

This commit is contained in:
2025-04-21 19:07:07 +08:00
parent 68c93f5d83
commit 7fe6ecf765
8 changed files with 136 additions and 95 deletions

View File

@@ -58,7 +58,7 @@ export default function useCrudRef(currentRow: Ref<{ id: number | string; name:
dataIndex: "sort",
formType: "input-number",
addDefaultValue: 1,
width: 130,
width: 150,
min: 0,
max: 1000
},