promotion:优化砍价活动的管理

This commit is contained in:
YunaiV
2023-10-05 02:17:44 +08:00
parent 4c2eb3d8b2
commit 42f0bf07f0
6 changed files with 208 additions and 196 deletions

View File

@@ -132,20 +132,6 @@ const crudSchemas = reactive<CrudSchema[]>([
value: 0
}
},
{
label: '砍价成功数量',
field: 'successCount',
isSearch: false,
isForm: false
},
{
label: '活动状态',
field: 'status',
dictType: DICT_TYPE.COMMON_STATUS,
dictClass: 'number',
isSearch: true,
isForm: false
},
{
label: '拼团商品',
field: 'spuId',
@@ -155,11 +141,6 @@ const crudSchemas = reactive<CrudSchema[]>([
span: 24
}
}
},
{
label: '操作',
field: 'action',
isForm: false
}
])
export const { allSchemas } = useCrudSchemas(crudSchemas)