Version 1.3

This commit is contained in:
张江玮
2022-11-16 16:08:08 +08:00
parent 84166aa570
commit 9a9947e9b2
16 changed files with 144 additions and 100 deletions

View File

@@ -129,7 +129,7 @@ export default {
title: '组盘',
optShow: { reset: true, del: true },
url: 'api/vm',
idField: 'vm_id',
idField: 'vehicle_id',
sort: 'vm_id,desc',
crudMethod: { ...crudVM }
})