diff --git a/src/api/mall/product/property.ts b/src/api/mall/product/property.ts index dd693c5c..01c79f9f 100644 --- a/src/api/mall/product/property.ts +++ b/src/api/mall/product/property.ts @@ -61,7 +61,7 @@ export const getProperty = (id: number): Promise => { } // 获得属性项分页 -export const getPropertyPage = (params: PageParam & any) => { +export const getPropertyPage = (params: PageParam) => { return request.get({ url: '/product/property/page', params }) } diff --git a/src/views/mall/product/category/index.vue b/src/views/mall/product/category/index.vue index f91e1450..f57e35f8 100644 --- a/src/views/mall/product/category/index.vue +++ b/src/views/mall/product/category/index.vue @@ -14,6 +14,7 @@ placeholder="请输入分类名称" clearable @keyup.enter="handleQuery" + class="!w-240px" /> diff --git a/src/views/mall/product/property/form.vue b/src/views/mall/product/property/PropertyForm.vue similarity index 90% rename from src/views/mall/product/property/form.vue rename to src/views/mall/product/property/PropertyForm.vue index 360af99b..393d00ef 100644 --- a/src/views/mall/product/property/form.vue +++ b/src/views/mall/product/property/PropertyForm.vue @@ -24,7 +24,6 @@ diff --git a/src/views/mall/product/property/index.vue b/src/views/mall/product/property/index.vue index 36cb5a11..ea992923 100644 --- a/src/views/mall/product/property/index.vue +++ b/src/views/mall/product/property/index.vue @@ -1,13 +1,20 @@