Vue3 重构:邮件账号的重构部分提交

This commit is contained in:
YunaiV
2023-03-17 22:33:30 +08:00
parent 96e0ce9866
commit 3f2a77f2d2
6 changed files with 46 additions and 38 deletions

View File

@ -77,7 +77,6 @@ const crudSchemas = reactive<CrudSchema[]>([
{
label: '操作',
field: 'action',
width: '260px',
form: {
show: false
}