This commit is contained in:
qsh
2024-06-27 17:14:30 +08:00
parent bae1f2608a
commit 906b63feee
5 changed files with 63 additions and 65 deletions

View File

@@ -488,8 +488,8 @@ const getDetail = async () => {
productCategory: undefined,
productBrand: undefined,
productIntro: undefined,
mainImage: 'https://ss-cloud.ahduima.com/1001/1796426117251600384.png',
carouselImages: ['https://ss-cloud.ahduima.com/1001/1796426117251600384.png'],
mainImage: '',
carouselImages: [],
productSpecList: [],
skuList: [],
detailInfo: null,

View File

@@ -125,7 +125,7 @@ const crudSchemas = reactive([
label: '备注',
field: 'remark',
isSearch: false,
isTable: true
isTable: false
}
])
export const { allSchemas } = useCrudSchemas(crudSchemas)