上传
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -125,7 +125,7 @@ const crudSchemas = reactive([
|
||||
label: '备注',
|
||||
field: 'remark',
|
||||
isSearch: false,
|
||||
isTable: true
|
||||
isTable: false
|
||||
}
|
||||
])
|
||||
export const { allSchemas } = useCrudSchemas(crudSchemas)
|
||||
|
||||
Reference in New Issue
Block a user