refactor: vue3

This commit is contained in:
xingyu
2022-07-19 23:03:10 +08:00
parent 9e2e220b69
commit b3913a86f8
5 changed files with 17 additions and 6 deletions

View File

@ -79,7 +79,7 @@ const crudSchemas = reactive<CrudSchema[]>([
},
{
field: 'action',
width: '400px',
width: '500px',
label: t('table.action'),
form: {
show: false