feat:【mall 商城】交易统计【ele】100%

This commit is contained in:
YunaiV
2025-10-20 18:31:14 +08:00
parent 03644613f3
commit 376520253d
9 changed files with 516 additions and 368 deletions

View File

@@ -153,7 +153,7 @@ export function useValueGridFormSchema(): VbenFormSchema[] {
label: '属性项',
component: 'ApiSelect',
componentProps: {
api: () => getPropertySimpleList(),
api: getPropertySimpleList,
placeholder: '请选择属性项',
labelField: 'name',
valueField: 'id',