fix: review

This commit is contained in:
puhui999
2023-06-06 16:22:58 +08:00
parent 7fe8dee9ed
commit b89db1af55
6 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
import { CrudSchema } from '@/hooks/web/useCrudSchemas'
// TODO @puhui999如果只要 detail可以不用 CrudSchema只要描述的 Schema
// fix: useCrudSchemas 中没有单独处理的情况且只要 detail 的情况只要 spu 这里有使用 如果改动得添加/修改代码
export const basicInfoSchema = reactive<CrudSchema[]>([
{
label: '商品名称',