Vue3 重构:邮件模版的列表

This commit is contained in:
YunaiV
2023-03-18 00:42:25 +08:00
parent e42a9aa60c
commit 90cd829737
4 changed files with 155 additions and 339 deletions

View File

@ -77,9 +77,7 @@ const crudSchemas = reactive<CrudSchema[]>([
{
label: '操作',
field: 'action',
form: {
show: false
}
isForm: false
}
])
export const { allSchemas } = useCrudSchemas(crudSchemas)