diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 908099ff..55ffed3b 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -24,7 +24,7 @@ export const getDictOptions = (dictType: string) => { return dictStore.getDictByType(dictType) || [] } -export const getIntDictOptions = (dictType: string) => { +export const getIntDictOptions = (dictType: string): DictDataType[] => { const dictOption: DictDataType[] = [] const dictOptions: DictDataType[] = getDictOptions(dictType) dictOptions.forEach((dict: DictDataType) => { diff --git a/src/views/mall/promotion/combination/record/index.vue b/src/views/mall/promotion/combination/record/index.vue index c24be6e6..8f4489b8 100644 --- a/src/views/mall/promotion/combination/record/index.vue +++ b/src/views/mall/promotion/combination/record/index.vue @@ -1,5 +1,157 @@ - + + + + + + + + + + 参与人数(个) + + + + + + + + + + + + + 成团数量(个) + + + + + + + + + + + 时间选择: + + 全部 + 今天 + 昨天 + 最近七天 + 最近30天 + 本月 + 本年 + + + + 时间区间选择: + + + + 拼团状态: + + + + + + + + + + + + + + + {{ row.spuName }} + + + + + + + + + + + + + + + + + - +