重构商品模块,支持多规格

This commit is contained in:
2024-07-26 02:47:33 +08:00
parent cf0961afdd
commit 049a6f7476
18 changed files with 2594 additions and 59 deletions

View File

@@ -47,6 +47,7 @@
};
const onChange = (item: any, value: ValueType) => {
console.log(item,value);
emit('done', item, value);
};