code review:商品管理

This commit is contained in:
YunaiV
2023-06-03 20:50:07 +08:00
parent 541b23c8c1
commit 158585670c
7 changed files with 29 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
import { CrudSchema } from '@/hooks/web/useCrudSchemas'
// TODO @puhui999如果只要 detail可以不用 CrudSchema只要描述的 Schema
export const basicInfoSchema = reactive<CrudSchema[]>([
{
label: '商品名称',